1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3308 from jvonau/network_helper

Network helper
This commit is contained in:
A Holt 2022-07-14 11:31:26 -04:00 committed by GitHub
commit b221e0ca0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

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