[modify] delete localip.sh from docker_alarm.sh, and rearrange exec sequence of init.sh, put jekyll related script at bottom
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/bin/bash /opt/scripts/update/localip.sh
|
||||
|
||||
docker ps -a --format "table {{.Names}}\t{{.Status}}" > /opt/logs/docker_status.log
|
||||
while read line; do
|
||||
echo $line | grep -q 'Exited'
|
||||
|
Reference in New Issue
Block a user