[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:
2023-07-26 09:25:47 +08:00
parent d796401648
commit aee4d3ca16
2 changed files with 2 additions and 8 deletions

View File

@ -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'