mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
Remove shift from install-nginx-attachment.sh
Shift is unecessary here, since we are already picking the first argument (i.e. $1 instead of $0, which would be the command).
This commit is contained in:
parent
82953f5d4d
commit
aa7596bad8
@ -114,7 +114,6 @@ if [ "$(id -u)" != "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
shift
|
||||
run "${@}"
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user