1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

fix chown to root

This commit is contained in:
lapineige 2023-12-31 12:45:55 +01:00 committed by GitHub
parent c8073c748b
commit 9971eb97e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ fi
#=================================================
# Set permissions on app files
chown -R root: $final_path
chown -R $app: $final_path
#=================================================
# GENERIC FINALIZATION