Selaa lähdekoodia

add description

blezz-tech 2 kuukautta sitten
vanhempi
commit
4aaed204a4
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      bin/install.sh

+ 3 - 0
bin/install.sh

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