1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Fix custom PATH

Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
This commit is contained in:
tituspijean 2024-02-12 21:11:34 +01:00 committed by GitHub
parent db7e38b40b
commit 6d8384738f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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