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
29114daa2c
commit
a3b5bf89d1
2 changed files with 0 additions and 2 deletions
|
@ -116,7 +116,6 @@ ynh_script_progression --message="Installing backend..." --weight=15
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
ynh_setup_source --dest_dir=$tempdir --source_id=vikunja
|
ynh_setup_source --dest_dir=$tempdir --source_id=vikunja
|
||||||
ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb
|
ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb
|
||||||
|
|
||||||
chmod +x /opt/vikunja/vikunja
|
chmod +x /opt/vikunja/vikunja
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -75,7 +75,6 @@ ynh_script_progression --message="Removing $app main directory..." --weight=6
|
||||||
# Remove the app directory securely
|
# Remove the app directory securely
|
||||||
ynh_secure_remove --file="$final_path"
|
ynh_secure_remove --file="$final_path"
|
||||||
ynh_secure_remove --file="/etc/vikunja"
|
ynh_secure_remove --file="/etc/vikunja"
|
||||||
ynh_secure_remove --file="/opt/vikunja"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE NGINX CONFIGURATION
|
# REMOVE NGINX CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue