1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
This commit is contained in:
ericgaspar 2021-08-08 13:19:44 +02:00
parent 5addde9fd5
commit 3f38a8db23
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ final_path=/var/www/$app
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
mkdir -p "/etc/vikunja"
touch "/etc/vikunja/config.yml"
#touch "/etc/vikunja/config.yml"
# Register (book) web path
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url

View file

@ -58,7 +58,7 @@ ynh_script_progression --message="Removing dependencies..." --weight=1
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
dpkg --remove vikunja
dpkg --purge vikunja
#=================================================
# REMOVE THE REDIS DATABASE