Update wireguard-v4.sh

This commit is contained in:
tteckster 2022-08-01 12:37:40 -04:00 committed by GitHub
parent e08d777900
commit bd0ab64b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,8 @@ if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create ${APP
echo -e "${RD}Creating a ${APP} LXC using the above advanced settings${CL}"
else
clear
echo "Going Back to Advanced Settings"
header_info
echo -e "${RD}Using Advanced Settings${CL}"
advanced_settings
fi
}