comparison host/startup/macos/startLuanhost.sh @ 1632:0344a535b1db

add doc
author fffilimonov
date Tue, 14 Dec 2021 07:41:01 +0000
parents
children
comparison
equal deleted inserted replaced
1631:35c626c06dd5 1632:0344a535b1db
1 #!/bin/bash
2
3 set -eu
4
5 cd "$1";
6
7 #can't determine if network is available at startup
8 sleep 60;
9
10 ./start.sh "launchd";