From fa54c89206366e797525ede93e3c3be6134ff787 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 30 Jul 2019 19:28:51 +1000 Subject: Opensim user needs a proper shell. --- InstallItAll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InstallItAll.sh') 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; FLUSH PRIVILEGES; zzzzEOFzzz -sudo adduser --system --group ${OS_USER} +sudo adduser --system --shell /bin/bash --group ${OS_USER} sudo addgroup ${USER} ${OS_USER} -- cgit v1.1