1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 18:21:51 +02:00

Added Space to Installer

This commit is contained in:
Ryan Greenup 2020-07-20 13:37:56 +10:00
parent 7c6131f9c1
commit d71ed6b1dd

View File

@ -134,6 +134,7 @@ download_the_repo () {
echo -e "Press y to restore the old config or any other key to continue otherwise\n"
read -d '' -s -n1 CheckDepQ
cp "${oldConfigFile}" "${INSTALL_DIR}/config.json"
echo -e "Config Successfully restored"
fi
}