# HG changeset patch # User HackBot # Date 1448696852 0 # Node ID 601eb46a9679ebd3d99fed1b4887f61b16e12d3b # Parent 7962ecaa05cf1ea7d42a98c676e284db8e69c69c revert diff -r 7962ecaa05cf -r 601eb46a9679 autowelcome_status --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/autowelcome_status Sat Nov 28 07:47:32 2015 +0000 @@ -0,0 +1,1 @@ +disabled diff -r 7962ecaa05cf -r 601eb46a9679 bin/autowelcome --- a/bin/autowelcome Sat Nov 28 07:47:08 2015 +0000 +++ b/bin/autowelcome Sat Nov 28 07:47:32 2015 +0000 @@ -1,1 +1,1 @@ -[ "$1" == "on" ] && echo enabled > share/autowelcome_status; [ "$1" == "off" ] && echo disabled > autowelcome_status; echo "Autowelcome $(cat autowelcome_status)." +[ "$1" == "on" ] && echo enabled > autowelcome_status; [ "$1" == "off" ] && echo disabled > autowelcome_status; echo "Autowelcome $(cat autowelcome_status)." diff -r 7962ecaa05cf -r 601eb46a9679 share/autowelcome_status --- a/share/autowelcome_status Sat Nov 28 07:47:08 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -disabled