diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-22 14:16:09 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-22 14:16:09 +0100 |
commit | f1b3ffff25d0c7b0c5e0bfa4794f86f426e84263 (patch) | |
tree | 851725855705e622e113277ecf4bca225c6dd3b3 /scripts | |
parent | 9564b6c6662b58a6a7d7f5966f75412c71904659 (diff) | |
download | netctl-f1b3ffff25d0c7b0c5e0bfa4794f86f426e84263.tar.gz netctl-f1b3ffff25d0c7b0c5e0bfa4794f86f426e84263.tar.xz |
ifplugd.action is a bash script
It sources /etc/rc.d/functions, which is a bash script.
This fixes FS#28022 which was reported by jstjohn (jstjohn).
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ifplugd.action | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ifplugd.action b/scripts/ifplugd.action index 0c081df..602e61a 100644 --- a/scripts/ifplugd.action +++ b/scripts/ifplugd.action @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # ifplugd.action script for netcfg |