#!/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