1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00
This commit is contained in:
ericgaspar 2022-05-10 10:14:26 +02:00
parent c1d8156599
commit 2f2c54e9f0
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"php8.0-fpm",
"mysql"
],
"arguments": {

View file

@ -128,7 +128,7 @@ chown $app:$app "$final_path/.env"
#=================================================
# BUILDING
#=================================================
ynh_script_progression --message="Building..." --weight=10
ynh_script_progression --message="Building $app..." --weight=10
# Setup application config
pushd $final_path