mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
fix #3
This commit is contained in:
parent
9f8ea099e3
commit
f649935aa0
1 changed files with 2 additions and 0 deletions
|
@ -7,11 +7,13 @@ path=$2
|
||||||
# Check domain/path availability
|
# Check domain/path availability
|
||||||
sudo yunohost app checkurl $domain$path -a agendav
|
sudo yunohost app checkurl $domain$path -a agendav
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
|
echo "Error : $domain$path is not available"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo yunohost app list | python ../conf/list_installed_apps.py | grep radicale
|
sudo yunohost app list | python ../conf/list_installed_apps.py | grep radicale
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
|
echo "Error : Radicale app is not installed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue