mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
8 lines
108 B
Bash
8 lines
108 B
Bash
#!/bin/bash
|
|
|
|
install_path=/fs/
|
|
|
|
sh ${install_path}"restart.sh"
|
|
sleep 1s
|
|
tail -f ${install_path}"server.log"
|