1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ulogger_ynh.git synced 2024-10-01 13:34:45 +02:00
This commit is contained in:
Éric Gaspar 2022-07-15 17:39:22 +02:00
parent eb49af7335
commit 4cc749cf95
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 9 additions and 4 deletions

View file

@ -3,11 +3,12 @@
;; Test complet
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="john"
is_public=1 (PUBLIC|public=1|private=0)
domain="domain.tld"
path="/path"
is_public=1
language="fr"
admin="john"
password="1Strong-Password"
; Checks
pkg_linter=1
setup_sub_dir=1

View file

@ -104,6 +104,10 @@ then
ynh_secure_remove --file="$tmpdir"
fi
chmod 755 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# UPGRADE DEPENDENCIES
#=================================================