diff --git a/conf/config.php b/conf/config.php index 8884745..7ae3929 100644 --- a/conf/config.php +++ b/conf/config.php @@ -244,4 +244,4 @@ define('SHOW_GROUP_MEMBERSHIPS_IN_USERLIST', true); // Limit number of groups to display in userlist (The full list of group-memberships is always shown, ... // ... when hovering the mouse over the group-icon of a given user!) // If set to 0 ALL group-memberships will be listed (7 by default) -define('SHOW_GROUP_MEMBERSHIPS_IN_USERLIST_WITH_LIMIT', 7); \ No newline at end of file +define('SHOW_GROUP_MEMBERSHIPS_IN_USERLIST_WITH_LIMIT', 7); diff --git a/scripts/install b/scripts/install index cbb9e02..682dd0c 100644 --- a/scripts/install +++ b/scripts/install @@ -152,6 +152,7 @@ ynh_script_progression --message="Setuping a cron..." cp ../conf/cron_kanboard /etc/cron.d/$app ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path/" --target_file="/etc/cron.d/$app" ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="/etc/cron.d/$app" +ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$phpversion" --target_file="/etc/cron.d/$app" #================================================= # SETUP SSOWAT diff --git a/scripts/upgrade b/scripts/upgrade index 3c23c7e..7fbf9e1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -179,6 +179,7 @@ ynh_script_progression --message="Setuping a cron..." cp ../conf/cron_kanboard /etc/cron.d/$app ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path/" --target_file="/etc/cron.d/$app" ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="/etc/cron.d/$app" +ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$phpversion" --target_file="/etc/cron.d/$app" #================================================= # SETUP SSOWAT