1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00

Update install

This commit is contained in:
ericgaspar 2022-02-03 09:51:01 +01:00
parent f1ced0ac4e
commit 5c6fdf62d1

View file

@ -118,7 +118,7 @@ ynh_add_config --template="../conf/config.conf.example" --destination="$webircga
chmod 600 "$final_path/static/config.json" chmod 600 "$final_path/static/config.json"
chmod 600 "$webircgateway_path/config.conf" chmod 600 "$webircgateway_path/config.conf"
chown $app:$app "$final_path/some_config_file" chown $app:$app "$final_path/static/config.json"
chown $app:$app "$webircgateway_path/config.conf" chown $app:$app "$webircgateway_path/config.conf"
#================================================= #=================================================