diff --git a/scripts/iiab-network b/scripts/iiab-network new file mode 100644 index 000000000..03d1cee87 --- /dev/null +++ b/scripts/iiab-network @@ -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