diff --git a/scripts/syncthing/manifest.dat b/scripts/syncthing/manifest.dat index b7066ec..adda3c9 100644 --- a/scripts/syncthing/manifest.dat +++ b/scripts/syncthing/manifest.dat @@ -6,4 +6,10 @@ @ syncthing % @ #ADDITIONAL_REPLACE -@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") \ No newline at end of file +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") +% +@ launch-docker.sh +@ launch-docker.sh & +% +@ #POST_LAUNCH_COMMANDS +@ os.system("docker exec syncthing chown -Rv abc /data1 /data2") \ No newline at end of file