Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 25, 2016
1 parent 6acbe84 commit a6d57c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/simple/files/etc/rc.local/FAISERVER
Expand Up @@ -87,4 +87,9 @@ fai-monitor > /var/log/fai/fai-monitor.log &

# move me away
mv $0 /var/tmp

# create new rc.local for next reboot
echo 'fai-monitor > /var/log/fai/fai-monitor.log &' > /etc/rc.local
chmod a+rx /etc/rc.local

exit 0

0 comments on commit a6d57c7

Please sign in to comment.