소스 검색

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"