mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Update install
This commit is contained in:
parent
2ebf8330dd
commit
4d7bb4e254
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ fi
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
ynh_app_setting_set "$app" final_path "$final_path"
|
ynh_app_setting_set "$app" final_path "$final_path"
|
||||||
|
|
||||||
|
# PHP-FPM and && Conf
|
||||||
|
POOL_FPM
|
||||||
|
|
||||||
# We download the sources and check the md5sum
|
# We download the sources and check the md5sum
|
||||||
SFILE=`sudo cat ../sources/source_file`;
|
SFILE=`sudo cat ../sources/source_file`;
|
||||||
sudo wget -nv -i ../sources/source_url -O ${SFILE}.tar.gz
|
sudo wget -nv -i ../sources/source_url -O ${SFILE}.tar.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue