1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

remove ynh_local_curl

This commit is contained in:
Robles Rodolphe 2021-03-17 01:33:54 +01:00 committed by GitHub
parent d1b7aa2c99
commit 298db507ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
if ynh_compare_current_package_version --comparison lt --version 0.9.8.1~ynh1; then
ynh_setup_source --dest_dir="$final_path" --source_id="0.9.8"
ynh_local_curl "/www/admin/index.php"
fi
upgrade_type=$(ynh_check_app_version_changed)