mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
[fix] Silent dependences install + chown really made
This commit is contained in:
parent
36d17997af
commit
5154fa084b
1 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ sudo sed -i "s@yunoabout@$legal@g" $final_path/app/inc/constants.php
|
|||
|
||||
# Create log file
|
||||
touch $final_path/admin/logs_studs.txt
|
||||
chmod 700 $final_path/admin/logs_studs.txt
|
||||
sudo chmod 700 $final_path/admin/logs_studs.txt
|
||||
# Set permissions
|
||||
sudo chown -R www-data: $final_path
|
||||
|
||||
|
@ -75,7 +75,7 @@ sudo chmod 644 $finalphpini
|
|||
# Reload Nginx and regenerate SSOwat conf
|
||||
sudo service php5-fpm restart
|
||||
|
||||
sudo apt-get install php-fpdf
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-confdef" -y --force-yes -qq install php-fpdf
|
||||
sudo yunohost app addaccess opensondage -u $admin
|
||||
|
||||
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||
|
|
Loading…
Add table
Reference in a new issue