mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Fix a user prompt in install.sh
This commit is contained in:
parent
8871dcef7d
commit
186ad57858
2
install.sh
vendored
2
install.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user