Fix location of true
This commit is contained in:
parent
e7c8bb7655
commit
a51a9e1818
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#Fake sendmail script, adapted from:
|
||||
#https://github.com/mrded/MNPP/blob/ee64fb2a88efc70ba523b78e9ce61f9f1ed3b4a9/init/fake-sendmail.sh
|
||||
numPath="/tmp/fakemail"
|
||||
|
|
@ -18,4 +18,4 @@ do
|
|||
echo $line >> $name
|
||||
done
|
||||
chmod 777 $name
|
||||
/usr/bin/true
|
||||
/bin/true
|
||||
|
|
|
|||
Loading…
Reference in New Issue