Skip to content

Commit

Permalink
Fix broken scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schwab committed Dec 13, 2015
1 parent 328598a commit bab6a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/obs_admin
@@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/lib/obs/server/bs_admin "\$@"
exec /usr/lib/obs/server/bs_admin "$@"
2 changes: 1 addition & 1 deletion dist/obs_productconvert
@@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/lib/obs/server/bs_productconvert "\$@"
exec /usr/lib/obs/server/bs_productconvert "$@"
2 changes: 1 addition & 1 deletion dist/obs_serverstatus
@@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/lib/obs/server/bs_serverstatus "\$@"
exec /usr/lib/obs/server/bs_serverstatus "$@"

0 comments on commit bab6a9c

Please sign in to comment.