mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Translate 'httpd' role name to 'apache_installed: True' var name in /etc/iiab/iiab_state.yml
This commit is contained in:
parent
530576edaf
commit
d54e5da25b
1 changed files with 2 additions and 0 deletions
2
runrole
2
runrole
|
@ -64,6 +64,8 @@ if [ "$REINSTALL" == "1" ]; then
|
|||
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
|
||||
sed -i -e '/^apache/d' $IIAB_STATE_FILE
|
||||
elif [ $1 == "osm-vector-maps" ]; then # role directory & installed marker differ
|
||||
sed -i -e '/^osm_vector_maps/d' $IIAB_STATE_FILE
|
||||
#elif [ $1 == "bluetooth" ]; then # role directory & installed marker differ
|
||||
|
|
Loading…
Reference in a new issue