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

Merge pull request #44 from YunoHost-Apps/buster

Buster support
This commit is contained in:
Maniack Crudelis 2020-04-25 21:46:24 +02:00 committed by GitHub
commit 53d62cff7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
path="/path" (PATH)
language="en"
; pre-install
sudo yunohost app fetchlist
sudo yunohost tools update --apps
sudo yunohost domain add baikaldomain.tld --admin-password $PASSWORD
sudo yunohost app install baikal -a "domain=baikaldomain.tld&path=/baikal&password=admin"
; Checks

View file

@ -38,7 +38,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
agendav_app_check_installation() {
echo $(yunohost app list --installed -f "$1" | grep "id:")
echo $(yunohost app list | grep "id: $1")
}
# Check whether Baïkal or Radicale is installed

View file

@ -59,7 +59,7 @@ fi
#=================================================
agendav_app_check_installation() {
echo $(yunohost app list --installed -f "$1" | grep "id:")
echo $(yunohost app list | grep "id: $1")
}
# Check whether Baïkal or Radicale is installed