mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Fix
This commit is contained in:
parent
c1d8156599
commit
2f2c54e9f0
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.4-fpm",
|
"php8.0-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
|
@ -128,7 +128,7 @@ chown $app:$app "$final_path/.env"
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILDING
|
# BUILDING
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building..." --weight=10
|
ynh_script_progression --message="Building $app..." --weight=10
|
||||||
|
|
||||||
# Setup application config
|
# Setup application config
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue