mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update scripts/upgrade
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
parent
97dd4a3eec
commit
856077b230
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ ynh_use_logrotate --non-append
|
|||
# Set permissions to app files
|
||||
chown -R root "$final_path"
|
||||
chmod 644 "$final_path/htdocs/conf/conf.php"
|
||||
mkdir -p "$datadir"
|
||||
chown -R $app "$datadir"
|
||||
chmod go-w $datadir
|
||||
|
||||
|
|
Loading…
Reference in a new issue