1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-08-11 13:13:13 +02:00
parent e73224e476
commit c479bb2a7a

View file

@ -19,7 +19,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
chown -R $app:www-data "$install_dir"
chown -R $app:root "$install_dir"
chmod +x -R "$install_dir/conduit"
#=================================================
@ -45,7 +45,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/conduit.toml" --destination="$install_dir/conduit.toml"
chmod 400 "$install_dir/conduit.toml"
chown $app:$app "$install_dir/conduit.toml"
chown $app:root "$install_dir/conduit.toml"
#=================================================
# GENERIC FINALIZATION