Fixed typo

This commit is contained in:
2021-01-18 21:15:30 +01:00
parent 116f219bb7
commit 0731aa93cb

View File

@@ -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")