scripts / lock-wrapper: actually pass script arguments as well to the script
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
377f35d194
commit
09bbcdb68a
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ trap cleanup EXIT SIGQUIT SIGHUP SIGTERM
|
|||
echo $$ > "$PIDFILE"
|
||||
|
||||
$RESTORE_UMASK
|
||||
eval "$SCRIPT"
|
||||
eval "$SCRIPT $*"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue