4 lines
95 B
Bash
4 lines
95 B
Bash
# start install.sh if local start
|
|
if [[ $(tty) == "/dev/tty1" ]]; then
|
|
/root/install.sh
|
|
fi
|