1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

No need for external python script anymore

This commit is contained in:
Alexis Gavoty 2014-05-29 11:39:28 +02:00
parent b18fc4878d
commit 6c0f60225a

View file

@ -11,7 +11,7 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
sudo yunohost app list | python ../conf/list_installed_apps.py | grep radicale
sudo yunohost app list --json | grep -q '"id": "radicale"'
if [[ ! $? -eq 0 ]]; then
echo "Error : Radicale app is not installed"
exit 1