mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-03 12:29:35 +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"
|