mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
commit
b1ce4c7ee4
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# AgenDAV for YunoHost
|
# AgenDAV for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/agendav)
|
[](https://dash.yunohost.org/appci/app/agendav)  
|
||||||
[](https://install-app.yunohost.org/?app=agendav)
|
[](https://install-app.yunohost.org/?app=agendav)
|
||||||
|
|
||||||
> *This package allow you to install AgenDAV quickly and simply on a YunoHost server.
|
> *This package allow you to install AgenDAV quickly and simply on a YunoHost server.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
language="en"
|
language="en"
|
||||||
; pre-install
|
; pre-install
|
||||||
sudo yunohost app fetchlist
|
sudo yunohost tools update --apps
|
||||||
sudo yunohost domain add baikaldomain.tld --admin-password $PASSWORD
|
sudo yunohost domain add baikaldomain.tld --admin-password $PASSWORD
|
||||||
sudo yunohost app install baikal -a "domain=baikaldomain.tld&path=/baikal&password=admin"
|
sudo yunohost app install baikal -a "domain=baikaldomain.tld&path=/baikal&password=admin"
|
||||||
; Checks
|
; Checks
|
||||||
|
|
|
@ -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
|
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
||||||
|
|
||||||
agendav_app_check_installation() {
|
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
|
# Check whether Baïkal or Radicale is installed
|
||||||
|
|
|
@ -59,7 +59,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
agendav_app_check_installation() {
|
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
|
# Check whether Baïkal or Radicale is installed
|
||||||
|
|
Loading…
Add table
Reference in a new issue