diff --git a/scripts/iiab-apps-to-be-installed b/scripts/iiab-apps-to-be-installed index 394087d22..e44baee93 100755 --- a/scripts/iiab-apps-to-be-installed +++ b/scripts/iiab-apps-to-be-installed @@ -18,9 +18,9 @@ iiab_var_value() { grep -hro '[A-Za-z_][A-Za-z_]*_installed: True' --exclude-dir=0-DEPRECATED-ROLES /opt/iiab/iiab/roles | sed 's/_installed: True$//' | sort | uniq > /tmp/iiab-apps-list while read app; do - if [ $app == "calibre-web" ]; then + if [[ $app == "calibre-web" ]]; then app=calibreweb - elif [ $app == "osm-vector-maps" ]; then + elif [[ $app == "osm-vector-maps" ]]; then app=osm_vector_maps fi