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:
parent
db7e38b40b
commit
6d8384738f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue