fix: change image-updater to be oneshot unit

This commit is contained in:
iceBear67
2026-07-09 00:13:58 +08:00
parent 0bf03ef21f
commit dcbc6e17cb
+2 -3
View File
@@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
while true; do until docker pull git.sfclub.cc/cloud/workspace-image:latest >/dev/null 2>&1; do
docker pull git.sfclub.cc/cloud/workspace-image:latest sleep 3
sleep 3600
done done