mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Fix a user prompt in install.sh
This commit is contained in:
parent
52b65bda69
commit
7f92d82b1b
1 changed files with 1 additions and 1 deletions
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 a new issue