mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[enh] install noalyss config file
This commit is contained in:
parent
9a99f13857
commit
b3acd81458
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ final_path=/var/www/noalyss
|
|||
sudo mkdir -p $final_path
|
||||
sudo cp -a ../sources/html/ $final_path
|
||||
sudo cp -a ../sources/include/ $final_path
|
||||
sudo cp ../conf/noalyss.conf $final_path/include/config.inc.php
|
||||
|
||||
sudo chown -R www-data: $final_path
|
||||
|
||||
|
|
Loading…
Reference in a new issue