File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ def start(args):
9898 )
9999
100100 deploy_path = "/" + re .sub ("^/*" , "" , args .deploy_path ) if args .deploy_path else ""
101- strict_sql = False
101+ strict_sql = ""
102102 post_sql_dir = args .run_sql
103103 if args .run_sql and args .strict_sql :
104- strict_sql = True
104+ strict_sql = " True"
105105
106106 with utils .stop_docker_on_interrupt (image_name , core_image ):
107107 utils .run_docker_compose (
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ homedir="/dhis2-home-files"
2626scripts_dir=" /data/scripts"
2727root_db_path=" /data/db"
2828post_db_path=" /data/db/post"
29- post_strict_db_path=" /data/db/post_strict_sql"
3029source_apps_path=" /data/apps"
3130source_documents_path=" /data/document"
3231source_datavalues_path=" /data/dataValue"
You can’t perform that action at this time.
0 commit comments