mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Fix rights
This commit is contained in:
parent
463fbc2f53
commit
7561be31f7
1 changed files with 5 additions and 1 deletions
|
@ -138,7 +138,11 @@ ynh_secure_remove --file="$final_path/.cargo"
|
|||
ynh_secure_remove --file="$final_path/.rustup"
|
||||
|
||||
# Create datadir
|
||||
mkdir -p "$final_path"/live/data
|
||||
mkdir -p "$final_path/live/data"
|
||||
|
||||
chmod 750 "$final_path/live/data"
|
||||
chmod -R o-rwx "$final_path/live/data"
|
||||
chown -R $app:$app "$final_path/live/data"
|
||||
|
||||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue