create-aomex 0.0.54 → 0.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@ then
|
|
|
14
14
|
# exit 137 SIGKILL
|
|
15
15
|
{ sudo docker compose --file $docker_compose_file exec -it $cron_service_name /bin/sh -c "npx aomex cron:stop" || :; }
|
|
16
16
|
# against restart=always
|
|
17
|
-
sudo docker compose --file $docker_compose_file
|
|
17
|
+
sudo docker compose --file $docker_compose_file kill $cron_service_name
|
|
18
18
|
fi
|
|
19
19
|
|
|
20
20
|
sudo docker compose --file $docker_compose_file up -d --timeout=1 --remove-orphans
|