Fix location of true

This commit is contained in:
Synchro 2013-02-02 21:10:17 +01:00
parent e7c8bb7655
commit a51a9e1818
1 changed files with 2 additions and 2 deletions

View File

@ -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