diff --git a/scripts/install b/scripts/install index 02d35ef..c7239c8 100644 --- a/scripts/install +++ b/scripts/install @@ -116,7 +116,6 @@ ynh_script_progression --message="Installing backend..." --weight=15 tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=vikunja ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb - chmod +x /opt/vikunja/vikunja #================================================= diff --git a/scripts/remove b/scripts/remove index 4c235fb..27cefd7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -75,7 +75,6 @@ ynh_script_progression --message="Removing $app main directory..." --weight=6 # Remove the app directory securely ynh_secure_remove --file="$final_path" ynh_secure_remove --file="/etc/vikunja" -ynh_secure_remove --file="/opt/vikunja" #================================================= # REMOVE NGINX CONFIGURATION