From: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com> Date: Sat, 8 Feb 2020 20:54:41 +0000 (-0800) Subject: Fix a user prompt in install.sh X-Git-Url: http://these/git/?a=commitdiff_plain;h=186ad57858c7bfe1cab1578abaf8a2781e5524a1;p=lemmy.git Fix a user prompt in install.sh --- diff --git a/install.sh b/install.sh index b1db69a7..60bf6734 100755 --- a/install.sh +++ b/install.sh @@ -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