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

Fix log file not created.

This commit is contained in:
zamentur 2014-06-10 23:56:38 +02:00
parent a026a96254
commit a391eaf240

View file

@ -49,8 +49,8 @@ sudo sed -i "s@yunourl@$domain$path@g" $final_path/variables.php
sudo sed -i "s@yunodomain@$domain@g" $final_path/variables.php
# Create log file
touch admin/logs_studs.txt
chmod 700 admin/logs_studs.txt
touch $final_path/admin/logs_studs.txt
chmod 700 $final_path/admin/logs_studs.txt
# Set permissions to roundcube directory
sudo chown -R www-data: $final_path