Przeglądaj źródła

Added line to create alerts folder in instance folder

deadtom 4 dni temu
rodzic
commit
930c80d32e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      install.sh

+ 1 - 0
install.sh

@@ -101,6 +101,7 @@ initialize_db
 deactivate
 
 cp ownchatbot/defaults/*py instance/  # Copy the default config files into the instance folder
+mkdir instance/alerts  # Create upload folder for alert images
 
 SECRET_KEY=$(generate_key)
 update_config "SECRET_KEY" "$SECRET_KEY"