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

Merge pull request #41 from Thovi98/fix-upgrade

Fix upgrade
This commit is contained in:
eric_G 2023-09-07 13:42:34 +02:00 committed by GitHub
commit 97093f252d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ name = "2FAuth"
description.en = "self-hosted alternative to One Time Passcode"
description.fr = "Alternative auto-hébergée a One Time Passcode"
version = "4.1.0~ynh3"
version = "4.1.0~ynh4"
maintainers = ["eric_G"]

View file

@ -81,7 +81,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Installing $app with Composer..." --weight=15
rm $install_dir/package-lock.json
ynh_secure_remove --file=$install_dir/package-lock.json
ynh_install_composer --install_args="--ignore-platform-reqs --prefer-dist --no-scripts --no-dev"