1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Fix data folder

This commit is contained in:
yalh76 2021-02-21 08:29:39 +01:00
parent 87ae710d60
commit b9332c133a

View file

@ -136,6 +136,9 @@ ynh_secure_remove --file="$final_path/build"
ynh_secure_remove --file="$final_path/.cargo"
ynh_secure_remove --file="$final_path/.rustup"
# Create datadir
mkdir -p "$final_path"/live/data
#=================================================
# SETUP SYSTEMD
#=================================================