Explorar el Código

Added line to create alerts folder in instance folder

deadtom hace 4 días
padre
commit
930c80d32e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"