Merge pull request #163 from PGYER/dev/master

fix(init script): add init into script
This commit is contained in:
Carney Wu
2023-06-06 11:56:06 +08:00
committed by GitHub

View File

@@ -1,4 +1,7 @@
#!/bin/bash
exec /usr/sbin/init
if [ -f ../application/logs/install.lock ]; then
exit 0
fi