]> Untitled Git - lemmy.git/commitdiff
Fix a user prompt in install.sh
authorRichie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
Sat, 8 Feb 2020 20:54:41 +0000 (12:54 -0800)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2020 20:54:41 +0000 (12:54 -0800)
install.sh

index b1db69a708fc17daf9b3a75aedb64d5a2a3d139b..60bf67345c389c5b9405d91b742a25257ced611c 100755 (executable)
@@ -25,7 +25,7 @@ done
 if [ "$init_db_final" = 1 ]
 then
   source ./server/db-init.sh
-  read -n 1 -s -r -p "Press ENTER to continue execution of this script, press CTRL+C to quit..."
+  read -n 1 -s -r -p "Press ANY KEY to continue execution of this script, press CTRL+C to quit..."
 fi
 
 # Build the web client