1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
Tagadda 2022-01-23 19:52:53 +00:00
parent 74c9464518
commit d41a12b6a0

View file

@ -158,7 +158,7 @@ ynh_script_progression --message="Adding a configuration file..."
ynh_add_config --template="../conf/vaultwarden.env" --destination="$final_path/live/.env"
chmod 400 "$final_path/live/vaulwarden.env"
chmod 400 "$final_path/live/.env"
chown $app:$app "$final_path/live/.env"
#=================================================