changeset 6333:7962ecaa05cf

<oerjan> ` mv autowelcome_status share; sed -i \'s!autow!share/autow!\' bin/autowelcome
author HackBot
date Sat, 28 Nov 2015 07:47:08 +0000
parents 9568d93035f2
children 601eb46a9679
files autowelcome_status bin/autowelcome share/autowelcome_status
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/autowelcome_status	Sat Nov 28 07:43:41 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-disabled
--- a/bin/autowelcome	Sat Nov 28 07:43:41 2015 +0000
+++ b/bin/autowelcome	Sat Nov 28 07:47:08 2015 +0000
@@ -1,1 +1,1 @@
-[ "$1" == "on" ] && echo enabled > autowelcome_status; [ "$1" == "off" ] && echo disabled > autowelcome_status; echo "Autowelcome $(cat autowelcome_status)."
+[ "$1" == "on" ] && echo enabled > share/autowelcome_status; [ "$1" == "off" ] && echo disabled > autowelcome_status; echo "Autowelcome $(cat autowelcome_status)."
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/autowelcome_status	Sat Nov 28 07:47:08 2015 +0000
@@ -0,0 +1,1 @@
+disabled