We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a5604 commit 255c08aCopy full SHA for 255c08a
2 files changed
install/hst-install-debian.sh
@@ -1332,7 +1332,7 @@ fi
1332
# Adding admin account
1333
$HESTIA/bin/v-add-user admin $vpass $email default System Administrator
1334
check_result $? "can't create admin user"
1335
-$HESTIA/bin/v-change-user-shell admin bash
+$HESTIA/bin/v-change-user-shell admin nologin
1336
$HESTIA/bin/v-change-user-language admin $lang
1337
1338
# RoundCube permissions fix
install/hst-install-ubuntu.sh
@@ -1301,7 +1301,7 @@ fi
1301
# Adding Hestia admin account
1302
1303
1304
1305
1306
1307
# Configuring system IPs
0 commit comments