From a1324bd8674608e99f6c25467ba2c15cf22a1dc5 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:49:58 +0100 Subject: [PATCH] Fix gs path in scripts/install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d1c02f5..7bc1781 100755 --- a/scripts/install +++ b/scripts/install @@ -72,7 +72,7 @@ popd ynh_secure_remove --file="$install_dir/ghostscript" chmod -R o-rwx "$install_dir/bin" chown -R $app:$app "$install_dir/bin" -chmod 550 $install_dir/gs +chmod 550 $install_dir/bin/gs local_path=$install_dir/bin/:$PATH