diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wrapper b/bin/wrapper index f820390..f726396 100755 --- a/bin/wrapper +++ b/bin/wrapper @@ -1,2 +1,2 @@ #!/bin/bash -exec /var/www/localhost/scripts/bin/$(basename $0) +exec /var/www/localhost/scripts/bin/$(basename $0) "$@" |