mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
helper script
This commit is contained in:
parent
afc70f6f62
commit
ce47c8e7b1
1 changed files with 7 additions and 0 deletions
7
scripts/iiab-network
Normal file
7
scripts/iiab-network
Normal 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
|
Loading…
Reference in a new issue