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

Modified php7.0 instead of php7.3 in manifest

This commit is contained in:
anmol 2020-11-01 04:59:31 +05:30
parent 1c58660f5e
commit 886d30b64b
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -114,7 +114,7 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Setting up source files..." --time --weight=1
ynh_script_progression --message="Setting up source files..."
### `ynh_setup_source` is used to install an app from a zip or tar.gz file,
### downloaded from an upstream source, like a git repository.

View file

@ -77,7 +77,7 @@ ynh_secure_remove --file="/etc/cron.d/$app"
#=================================================
# REMOVE DEDICATED USER
#=================================================
ynh_script_progression --message="Removing the dedicated system user..." --time --weight=1
ynh_script_progression --message="Removing the dedicated system user..."
# Delete a system user
ynh_system_user_delete --username=$app