Skip to content

Commit

Permalink
Merge pull request #7456: hammer: qa/workunits/post-file.sh: sudo
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Feb 3, 2016
2 parents 2f92dff + eb048a3 commit 24b05d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/workunits/post-file.sh
@@ -1,7 +1,7 @@
#!/bin/bash -ex

what="$1"
[ -z "$what" ] && what=/usr/share/base-files
ceph-post-file -d ceph-test-workunit $what
[ -z "$what" ] && what=/etc/udev/rules.d
sudo ceph-post-file -d ceph-test-workunit $what

echo OK

0 comments on commit 24b05d4

Please sign in to comment.