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:
parent
d3c47fb3e7
commit
f5cdf48b12
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue