From 6d8384738f8c7b252bd3f81547699b9e5fd492db Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 12 Feb 2024 21:11:34 +0100 Subject: [PATCH] Fix custom PATH Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 897ea5a..e8d9a31 100755 --- a/scripts/install +++ b/scripts/install @@ -71,7 +71,7 @@ popd chown -R $app:$app "$install_dir/ghostscript" chmod 550 $install_dir/ghostscript/bin/gs -local_path=$install_dir/ghostscript/bin/gs:$PATH +local_path=$install_dir/ghostscript/bin/:$PATH #================================================= # CREATE DATA DIRECTORY diff --git a/scripts/upgrade b/scripts/upgrade index aef7c3f..4459ded 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -114,7 +114,7 @@ then chmod 550 $install_dir/ghostscript/bin/gs fi -local_path=$install_dir/ghostscript/bin/gs:$PATH +local_path=$install_dir/ghostscript/bin/:$PATH #================================================= # UPDATE A CONFIG FILE