1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00
This commit is contained in:
lapineige 2023-12-31 14:50:02 +01:00 committed by GitHub
parent eb9ba03598
commit ca9361fa88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,10 +148,10 @@ ynh_store_file_checksum --file="/etc/cron.d/$app"
#=================================================
# Set permissions to app files
# chown -R $app: $final_path
chown -R $app: $final_path
## Debug
ynh_exec_warn ls -l $final_path
# ynh_system_user_exists --username=$app
ynh_system_user_exists --username=$app
chmod 777 $final_path
#=================================================