exec fpm instead of fork, ensure passed arguments are quoted correctly
All checks were successful
Docker Build / docker-build (push) Successful in 1m27s

This commit is contained in:
David Hiendl 2023-12-24 16:59:25 +01:00
parent 7be031c3c8
commit f2c22cea9b

View File

@ -2,4 +2,4 @@
set -e set -e
fpm $@ exec fpm "$@"