rename reload.sh to ctl, fixes #1487

This commit is contained in:
j 2013-04-28 02:24:19 +00:00
commit 03bebfd623
3 changed files with 8 additions and 10 deletions

View file

@ -52,7 +52,7 @@ repos = {
}
def reload_notice(base):
print '\nYou might need to restart pandora to finish the update:\n\t"sudo %s/reload.sh"\n' % base
print '\nYou might need to restart pandora to finish the update:\n\t"sudo %s/ctl reload"\n' % base
if __name__ == "__main__":
base = os.path.normpath(os.path.abspath(os.path.dirname(__file__)))