1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00

Fix write on ArchiveBox.conf

This commit is contained in:
yalh76 2022-09-22 00:46:55 +02:00
parent d3c47fb3e7
commit f5cdf48b12
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/ArchiveBox.conf" --destination="$datadir/ArchiveBox.conf"
chmod 400 "$datadir/ArchiveBox.conf"
chmod 600 "$datadir/ArchiveBox.conf"
chown $app:$app "$datadir/ArchiveBox.conf"
#=================================================

View file

@ -159,7 +159,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=1
ynh_add_config --template="../conf/ArchiveBox.conf" --destination="$datadir/ArchiveBox.conf"
chmod 400 "$datadir/ArchiveBox.conf"
chmod 600 "$datadir/ArchiveBox.conf"
chown $app:$app "$datadir/ArchiveBox.conf"
#=================================================