1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

helper script

This commit is contained in:
Jerry Vonau 2022-07-14 00:58:45 -05:00
parent afc70f6f62
commit ce47c8e7b1

7
scripts/iiab-network Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash -e
cd /opt/iiab/iiab
sudo ./iiab-network
rc=$?
if [ “${rc}” == “0” ]; then
sudo touch /etc/iiab/install-flags/iiab-network-complete
fi