mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Add line breaks after user prompts in install.sh
This commit is contained in:
parent
69c22b17a0
commit
49a35b1271
1 changed files with 2 additions and 0 deletions
2
install.sh
vendored
2
install.sh
vendored
|
@ -21,11 +21,13 @@ do
|
|||
n|no ) init_db_valid=1; init_db_final=0;;
|
||||
* ) echo "Invalid input" 1>&2;;
|
||||
esac
|
||||
echo
|
||||
done
|
||||
if [ "$init_db_final" = 1 ]
|
||||
then
|
||||
source ./server/db-init.sh
|
||||
read -n 1 -s -r -p "Press ANY KEY to continue execution of this script, press CTRL+C to quit..."
|
||||
echo
|
||||
fi
|
||||
|
||||
# Build the web client
|
||||
|
|
Loading…
Reference in a new issue