mirror of
https://github.com/PGYER/codefever.git
synced 2026-06-04 08:37:42 +08:00
Merge pull request #164 from PGYER/dev/master
fix(init script): set initailize script
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec /usr/sbin/init
|
||||
chmod +x ./misc/initailize_container.sh
|
||||
setsid ./misc/initailize_container.sh &
|
||||
|
||||
if [ -f ../application/logs/install.lock ]; then
|
||||
exit 0
|
||||
|
||||
2
misc/system_init.sh
Normal file
2
misc/system_init.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
exec /usr/sbin/init
|
||||
Reference in New Issue
Block a user