mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
Fix gs path in scripts/install
This commit is contained in:
parent
c16bcfac55
commit
a1324bd867
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ popd
|
||||||
ynh_secure_remove --file="$install_dir/ghostscript"
|
ynh_secure_remove --file="$install_dir/ghostscript"
|
||||||
chmod -R o-rwx "$install_dir/bin"
|
chmod -R o-rwx "$install_dir/bin"
|
||||||
chown -R $app:$app "$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
|
local_path=$install_dir/bin/:$PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue