1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Update install

This commit is contained in:
frju365 2017-01-29 01:08:09 +01:00 committed by GitHub
parent 832b15cb4d
commit c1e0b08956

View file

@ -25,6 +25,8 @@ fi
final_path=/var/www/$app
sudo mkdir -p $final_path
extract_source $final_path
sudo mv $final_path/public_html/* ..
sudo rmdir $final_path/public_html
# Files owned by root, www-data can just read
sudo chmod 0777 $final_path/system/config.php