Update linupx-scripts.sh

This commit is contained in:
2020-04-19 11:45:17 -05:00
parent 6dc5ff2ac4
commit 589c9c8176

View File

@@ -363,7 +363,7 @@ ENABLE_REMOTESYSLOG(){
esac
}
PYTHON3UPGRADE(){
read -n 1 -p "Are you sure you wish to install Filewatcher (Y/n)?" choice
read -n 1 -p "Are you sure you wish to upgrade to Python3 (Y/n)?" choice
case "$choice" in
[Nn]) INSTALL_MENU;;
* )