1
0
Fork 0
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:
Laurent Peuch 2015-09-27 17:43:10 +02:00
parent 9a99f13857
commit b3acd81458

View file

@ -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