mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Fix
This commit is contained in:
parent
5addde9fd5
commit
3f38a8db23
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue