changeset 6335:13b0867d7d25

<oerjan> ` sed -i \'s!autow!share/autow!g\' bin/autowelcome
author HackBot
date Sat, 28 Nov 2015 07:48:48 +0000
parents 601eb46a9679
children 24ad384e04c5
files bin/autowelcome
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/autowelcome	Sat Nov 28 07:47:32 2015 +0000
+++ b/bin/autowelcome	Sat Nov 28 07:48:48 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 > share/autowelcome_status; echo "Autowelcome $(cat share/autowelcome_status)."