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:
parent
027832889b
commit
e54b6225c9
14 changed files with 258 additions and 147 deletions
6
runrole
6
runrole
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue