1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osticket_ynh.git synced 2024-09-03 19:56:17 +02:00

Fix install

This commit is contained in:
yalh76 2021-07-31 18:34:01 +02:00
parent feab057d95
commit 3d907a9e95

View file

@ -136,7 +136,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
#=================================================
ynh_script_progression --message="Adding a configuration file..."
ynh_add_config --template="../conf/ost-sampleconfig.php" --destination="$final_path/include/ost-config.php"
cp -f "../conf/ost-sampleconfig.php" "$final_path/include/ost-config.php"
chmod 666 "$final_path/include/ost-config.php"
chown $app:www-data "$final_path/include/ost-config.php"