Spaces:
Sleeping
Sleeping
Claude Code commited on
Commit ·
2ae65c2
1
Parent(s): 18cd6a4
Trigger restart (1773447074)
Browse files- scripts/entrypoint.sh +1 -0
scripts/entrypoint.sh
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
#!/bin/sh
|
|
|
|
| 2 |
set -e
|
| 3 |
|
| 4 |
BOOT_START=$(date +%s)
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
+
# Auto-restart trigger: 1773447074
|
| 3 |
set -e
|
| 4 |
|
| 5 |
BOOT_START=$(date +%s)
|