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
4ae88ff1fb
commit
5568071d4c
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ ynh_app_setting_set --app=$app --key=maxitemsperpage --value=$maxitemsperpage
|
|||
ynh_script_progression --message="Setting up source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
rm $install_dir/"*.sha256"
|
||||
mv "$install_dir/vikunja-*" "$install_dir/vikunja"
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ ynh_systemd_action --service_name=$app --action=stop --log_path=systemd
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||
rm $install_dir/"*.sha256"
|
||||
mv "$install_dir/vikunja-*" "$install_dir/vikunja"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue