changeset 6334:601eb46a9679

<oerjan> revert
author HackBot
date Sat, 28 Nov 2015 07:47:32 +0000
parents 7962ecaa05cf
children 13b0867d7d25
files autowelcome_status bin/autowelcome share/autowelcome_status
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /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
--- 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)."
--- 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