root ssh access

This commit is contained in:
tteckster 2022-11-23 12:05:46 -05:00 committed by GitHub
parent 5399541969
commit be76e6619d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 58 additions and 58 deletions

View file

@ -106,7 +106,7 @@ function advanced_settings() {
if [ $exitstatus = 0 ]; then
echo -e "${DGN}Using Container Type: ${BGN}$CT_TYPE${CL}"
fi
PW1=$(whiptail --inputbox "Set Root Password" 8 58 --title "PASSWORD(leave blank for automatic login)" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
PW1=$(whiptail --inputbox "Set Root Password (needed for root ssh access)" 8 58 --title "PASSWORD(leave blank for automatic login)" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
if [ -z $PW1 ]; then