1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00
This commit is contained in:
Julien Malik 2014-04-04 01:00:50 +02:00
parent 9f8ea099e3
commit f649935aa0

View file

@ -7,11 +7,13 @@ path=$2
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a agendav
if [[ ! $? -eq 0 ]]; then
echo "Error : $domain$path is not available"
exit 1
fi
sudo yunohost app list | python ../conf/list_installed_apps.py | grep radicale
if [[ ! $? -eq 0 ]]; then
echo "Error : Radicale app is not installed"
exit 1
fi