瀏覽代碼

Added line to create alerts folder in instance folder

deadtom 4 天之前
父節點
當前提交
930c80d32e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"