From 3d907a9e95eac1e0b1ac636e018898392cb34340 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 31 Jul 2021 18:34:01 +0200 Subject: [PATCH] Fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e30d5c3..6133312 100644 --- a/scripts/install +++ b/scripts/install @@ -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"