From 9eb17dcf41589988bcd06aaa82ba063a2167e168 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 17 Apr 2015 17:07:10 +0100 Subject: [PATCH] remove quotes to allow copy and paste --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 85a69417..06a69cbd 100755 --- a/update.py +++ b/update.py @@ -55,7 +55,7 @@ repos = { } def reload_notice(base): - print '\nPlease restart pan.do/ra to finish the update:\n\t"sudo %s/ctl reload"\n' % base + print '\nPlease restart pan.do/ra to finish the update:\n\tsudo %s/ctl reload\n' % base if __name__ == "__main__": if len(sys.argv) == 2 and sys.argv[1] in ('database', 'db'):