aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xInstallItAll.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallItAll.sh b/InstallItAll.sh
index 8d357d9..5e19a7d 100755
--- a/InstallItAll.sh
+++ b/InstallItAll.sh
@@ -58,7 +58,7 @@ grant all on $MYSQL_DB.* to '$MYSQL_USER'@localhost;
58FLUSH PRIVILEGES; 58FLUSH PRIVILEGES;
59zzzzEOFzzz 59zzzzEOFzzz
60 60
61sudo adduser --system --group ${OS_USER} 61sudo adduser --system --shell /bin/bash --group ${OS_USER}
62sudo addgroup ${USER} ${OS_USER} 62sudo addgroup ${USER} ${OS_USER}
63 63
64 64