diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/root/etc/init.d/sleeper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/root/etc/init.d/sleeper b/examples/root/etc/init.d/sleeper index 121d19940..a4e28a2fb 100755 --- a/examples/root/etc/init.d/sleeper +++ b/examples/root/etc/init.d/sleeper @@ -7,7 +7,7 @@ path=`echo $script | sed 's/etc..*/bin/'` PATH=$PATH:$path -ps=`facter ps | cut -d ' ' -f3-` +ps=`facter ps` if [ -z "$ps" ]; then ps="ps -ef" |
