1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

Update install

bugfix
This commit is contained in:
titoko 2013-11-29 12:54:22 +01:00
parent 5069581561
commit 6384775e34

View file

@ -19,7 +19,7 @@ db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]'
final_path=/var/www/jappix
sudo mkdir -p $final_path
sudo cp -r ../source/* $final_path
sudo cp ../conf/*.xml $fnal_path/store/conf/
sudo cp ../conf/*.xml $final_path/store/conf/
# Set permissions to jappix directory
sudo chown -R www-data: $final_path