forked from 0x2620/pandora
remove quotes to allow copy and paste
This commit is contained in:
parent
8f181b7b51
commit
9eb17dcf41
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue