1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Update install

This commit is contained in:
ericgaspar 2021-09-25 13:15:17 +02:00
parent b5d4e9f264
commit f33b471447
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -214,6 +214,7 @@ ynh_store_file_checksum --file="$final_path/htdocs/conf/conf.php"
#=================================================
# Set permissions on app files
chmod 750 "$final_path"
chown -R $app: "$final_path"
chmod 644 "$final_path/htdocs/conf/conf.php"
mkdir -p "$datadir"