mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-31 14:11:58 +08:00
Merge pull request #163 from PGYER/dev/master
fix(init script): add init into script
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec /usr/sbin/init
|
||||
|
||||
if [ -f ../application/logs/install.lock ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user