mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Update install
This commit is contained in:
parent
438e54258e
commit
ec8e1e6f96
1 changed files with 3 additions and 2 deletions
|
@ -81,11 +81,12 @@ sudo mkdir "$final_path"
|
||||||
sudo chown -R www-data: $final_path
|
sudo chown -R www-data: $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Download, check and unpack source
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
final_path=/var/www/$app
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
SETUP_SOURCE "prestashop_1.7.0.5.zip" # Télécharge la source, décompresse et copie dans $final_path
|
SETUP_SOURCE # Télécharge la source, décompresse et copie dans $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Installation de Prestashop
|
# Installation de Prestashop
|
||||||
|
|
Loading…
Add table
Reference in a new issue