diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-11 21:56:42 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-11 21:56:42 -0700 |
commit | 3ca6564c2d95d12dff83cc645c280aa734ad19f8 (patch) | |
tree | 6ceacee15e63bf9a3a44235676a7e09135e63b9c /pinyadmin/bin/rebuildrepo | |
parent | d3d06161d535d965867902f84b6e2ac558ce10c6 (diff) | |
download | piny-code-3ca6564c2d95d12dff83cc645c280aa734ad19f8.tar.gz piny-code-3ca6564c2d95d12dff83cc645c280aa734ad19f8.zip |
Making rebuildrepo user-usable and user-safe.
Diffstat (limited to 'pinyadmin/bin/rebuildrepo')
-rwxr-xr-x | pinyadmin/bin/rebuildrepo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pinyadmin/bin/rebuildrepo b/pinyadmin/bin/rebuildrepo new file mode 100755 index 0000000..37d83f8 --- /dev/null +++ b/pinyadmin/bin/rebuildrepo @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/sudo /usr/sbin/rebuildrepo "$@" |