|
@@ -12,6 +12,7 @@ else
|
|
|
if [[ "$answer" == "y" || "$answer" == "Y" ]]; then
|
|
|
cp bin/install.cfg.example bin/install.cfg
|
|
|
echo "File install.cfg was successfully created"
|
|
|
+ echo "Restart install.sh script after editing install.cfg"
|
|
|
exit 0
|
|
|
elif [[ "$answer" == "n" || "$answer" == "N" ]]; then
|
|
|
echo "Error: You need to create the file manually and then continue."
|
|
@@ -73,6 +74,7 @@ else
|
|
|
cp core/_settings_vars.py core/settings_vars.py
|
|
|
echo "File settings_vars.py was successfully created"
|
|
|
echo "Write the connection settings for the PostgreSQL database."
|
|
|
+ echo "Restart install.sh script after editing."
|
|
|
exit
|
|
|
fi
|
|
|
|
|
@@ -83,6 +85,7 @@ else
|
|
|
cp conf/sharix_open.service.example conf/sharix_open.service
|
|
|
echo "File sharix_open.service was successfully created"
|
|
|
echo "Write the settings for systemd service."
|
|
|
+ echo "Restart install.sh script after editing."
|
|
|
exit
|
|
|
fi
|
|
|
|