1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
This commit is contained in:
titoko titoko 2013-11-29 13:00:02 +01:00
commit 75a122e729

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