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:
parent
feab057d95
commit
3d907a9e95
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue