diff --git a/Server/ServerUpdateKickstart.sh b/Server/ServerUpdateKickstart.sh index 7fa46fe..e0e3c13 100644 --- a/Server/ServerUpdateKickstart.sh +++ b/Server/ServerUpdateKickstart.sh @@ -38,7 +38,7 @@ echo "Update tool wil NOT update openresty and mongodb" echo "and might not (correctly) update their config files" echo "The installation might brake" -read -r -s -p $'Press enter to continue...' +read -r -s -p 'Press enter to continue...' #Getting update script form git repo bash <(curl -Ss "https://git.bprieshof.nl/Tools/ShellHubNative/raw/branch/main/Server/update.sh") \ No newline at end of file