1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Merge pull request #2 from Rafi594/patch-2

[fix] Enigma plugin
This commit is contained in:
__cyp 2017-07-03 19:00:52 +02:00 committed by GitHub
commit 15698f5024

View file

@ -13,6 +13,7 @@ app=$YNH_APP_INSTANCE_NAME
domain=$YNH_APP_ARG_DOMAIN
path=$(ynh_normalize_url_path $YNH_APP_ARG_PATH)
with_carddav=$YNH_APP_ARG_WITH_CARDDAV
with_enigma=$YNH_APP_ARG_WITH_ENIGMA
# Check domain/path availability
sudo yunohost app checkurl "${domain}${path}" -a "$app" \