forked from 0x2620/pandora
use pandoractl to update db
This commit is contained in:
parent
1b1442e664
commit
d5ace7aeca
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ if __name__ == "__main__":
|
|||
and row not in ['BEGIN;', 'COMMIT;']
|
||||
]
|
||||
if diff:
|
||||
print('Database has changed, please make a backup and run %s db' % sys.argv[0])
|
||||
print('Database has changed, please make a backup and run: sudo pandoractl update db')
|
||||
elif branch != 'master':
|
||||
print('pan.do/ra is at the latest release,\nyou can run "%s switch master" to switch to the development version' % sys.argv[0])
|
||||
elif current != new:
|
||||
|
|
Loading…
Reference in a new issue