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 gs path in scripts/install

This commit is contained in:
Tagada 2024-02-12 23:49:58 +01:00 committed by GitHub
parent c16bcfac55
commit a1324bd867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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