mirror of https://github.com/LemmyNet/lemmy.git
Add line breaks after user prompts in install.sh
parent
15ef4a7122
commit
a8126b33bb
|
@ -21,11 +21,13 @@ do
|
||||||
n|no ) init_db_valid=1; init_db_final=0;;
|
n|no ) init_db_valid=1; init_db_final=0;;
|
||||||
* ) echo "Invalid input" 1>&2;;
|
* ) echo "Invalid input" 1>&2;;
|
||||||
esac
|
esac
|
||||||
|
echo
|
||||||
done
|
done
|
||||||
if [ "$init_db_final" = 1 ]
|
if [ "$init_db_final" = 1 ]
|
||||||
then
|
then
|
||||||
source ./server/db-init.sh
|
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..."
|
read -n 1 -s -r -p "Press ANY KEY to continue execution of this script, press CTRL+C to quit..."
|
||||||
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build the web client
|
# Build the web client
|
||||||
|
|
Loading…
Reference in New Issue