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

Cleaner internetarchive & assoc deps

This commit is contained in:
root 2020-02-04 18:19:44 -05:00
parent 027832889b
commit e54b6225c9
14 changed files with 258 additions and 147 deletions

View file

@ -61,7 +61,7 @@ fi
#fi
if [ "$REINSTALL" == "1" ]; then
if [ ! $1 == "internetarchive" ]; then # special handling
#if [ ! $1 == "internetarchive" ]; then # special handling
if [ $1 == "calibre-web" ]; then # role directory & installed marker differ
sed -i -e '/^calibreweb/d' $IIAB_STATE_FILE
elif [ $1 == "httpd" ]; then # role directory & installed marker differ
@ -72,8 +72,8 @@ if [ "$REINSTALL" == "1" ]; then
# sed -i -e '/^pan_bluetooth/d' $IIAB_STATE_FILE
else
sed -i -e "/^$1/d" $IIAB_STATE_FILE
fi
fi
fi
#fi
fi
if [ $# -eq 2 ]; then