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:
parent
b18fc4878d
commit
6c0f60225a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue