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

stage 4 installed

This commit is contained in:
Jerry Vonau 2019-10-16 09:39:08 -05:00
parent 579fa10b05
commit 29b28d8393
9 changed files with 58 additions and 3 deletions

View file

@ -24,6 +24,12 @@ if [ "$1" == "--reinstall" ]; then
if [ $2 == "calibre-web" ]; then # role directory & installed marker differ
sed -i -e '/^calibreweb/d' /etc/iiab/config_vars2.yml
fi
if [ $2 == "captive-portal" ]; then # role directory & installed marker differ
sed -i -e '/^captiveportal/d' /etc/iiab/config_vars2.yml
fi
if [ $2 == "bluetooth" ]; then # role directory & installed marker differ
sed -i -e '/^pan_bluetooth/d' /etc/iiab/config_vars2.yml
fi
sed -i -e "/^$2/d" /etc/iiab/config_vars2.yml
fi
shift 1