1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreddit_ynh.git synced 2024-09-03 19:36:05 +02:00
This commit is contained in:
OniriCorpe 2024-02-23 05:21:04 +01:00 committed by GitHub
parent 4d56744ef2
commit 3951bc554b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,9 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/libreddit.conf" --destination="$install_dir/libreddit.conf"
# debug
ls "$install_dir/libreddit.conf"
chmod 400 "$install_dir/libreddit.conf"
chown $app:$app "$install_dir/libreddit.conf"