commit | 09fde81cc4aacff8f26582d80751d86a14103708 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 20 02:23:54 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 20 02:23:54 2011 -0700 |
tree | d769984e4948ba5d9d3022736d64fb6d9de84dad | |
parent | db8f7f7253645b99fae4a42e09545653d9bd4e26 [diff] [blame] |
sudo when killing dnsmasq
diff --git a/stack.sh b/stack.sh index 13b12bc..6229856 100755 --- a/stack.sh +++ b/stack.sh
@@ -321,7 +321,7 @@ if [[ "$ENABLED_SERVICES" =~ "n-net" ]]; then # delete traces of nova networks from prior runs - killall dnsmasq || true + sudo killall dnsmasq || true rm -rf $NOVA_DIR/networks mkdir -p $NOVA_DIR/networks fi