1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00

Update install

This commit is contained in:
Limezy 2024-05-06 15:21:46 +07:00
parent 1ebc032316
commit d3185d55ac

View file

@ -71,7 +71,7 @@ yunohost service add $app --description="WebUI for BorgBackup" --log="/var/log/$
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template=".env" --destination="home/yunohost.app/$app/app/.env.local"
ynh_add_config --template=".env" --destination="/home/yunohost.app/$app/app/.env.local"
chmod 400 "/home/yunohost.app/$app/app/.env.local"
chown $app:$app "/home/yunohost.app/$app/app/.env.local"