mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
[enh] start to move files
This commit is contained in:
parent
504e5ea98b
commit
5f1ad7d03d
1 changed files with 8 additions and 0 deletions
|
@ -13,3 +13,11 @@ fi
|
|||
path=${path%/}
|
||||
|
||||
sudo yunohost app setting dolibarr version -v "3.8.0"
|
||||
|
||||
final_path=/var/www/noalyss
|
||||
sudo mkdir -p $final_path
|
||||
sudo cp -a ../sources/dolibarr/* $final_path
|
||||
|
||||
sudo chown -R www-data: $final_path
|
||||
|
||||
touch $final_path/dolibarr/conf/conf.php
|
||||
|
|
Loading…
Reference in a new issue