1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
This commit is contained in:
Salamandar 2024-01-27 14:26:37 +01:00
parent 24bce6eec5
commit 8a6417a874

View file

@ -47,6 +47,10 @@ ynh_secure_remove "$install_dir/source"
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_exec_warn ls -lah "$install_dir/www"
ynh_exec_warn ls -lah "$install_dir/www/public"
ynh_exec_warn ls -lah "$install_dir/www/public/config"
ynh_add_config --template="config.example.js" --destination="$install_dir/www/public/config/config.js"
chmod -R o-rwx "$install_dir"