From 0731aa93cbc99a972f9709959212e773df7df0b6 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Mon, 18 Jan 2021 21:15:30 +0100 Subject: [PATCH] Fixed typo --- Server/ServerUpdateKickstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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