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:
parent
a026a96254
commit
a391eaf240
1 changed files with 2 additions and 2 deletions
|
@ -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
|
sudo sed -i "s@yunodomain@$domain@g" $final_path/variables.php
|
||||||
|
|
||||||
# Create log file
|
# Create log file
|
||||||
touch admin/logs_studs.txt
|
touch $final_path/admin/logs_studs.txt
|
||||||
chmod 700 admin/logs_studs.txt
|
chmod 700 $final_path/admin/logs_studs.txt
|
||||||
|
|
||||||
# Set permissions to roundcube directory
|
# Set permissions to roundcube directory
|
||||||
sudo chown -R www-data: $final_path
|
sudo chown -R www-data: $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue