rename reload.sh to ctl, fixes #1487
This commit is contained in:
parent
dd72842dd1
commit
03bebfd623
3 changed files with 8 additions and 10 deletions
|
|
@ -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__)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue