1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/scripts/iiab-network

8 lines
149 B
Text
Raw Normal View History

2022-07-14 05:58:45 +00:00
#!/bin/bash -e
cd /opt/iiab/iiab
sudo ./iiab-network
rc=$?
if [[ $rc == "0" ]]; then
2022-07-14 05:58:45 +00:00
sudo touch /etc/iiab/install-flags/iiab-network-complete
fi