mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Update app-manager.py
This commit is contained in:
parent
fb099120da
commit
8c27cbfa5d
|
@ -110,9 +110,12 @@ elif args.action == 'uninstall':
|
|||
print("App {} is not installed".format(args.app))
|
||||
exit(1)
|
||||
print("Stopping app {}...".format(args.app))
|
||||
try:
|
||||
compose(args.app, "rm --force --stop")
|
||||
print("Deleting data...")
|
||||
deleteData(args.app)
|
||||
except:
|
||||
pass
|
||||
print("Removing from the list of installed apps...")
|
||||
setRemoved(args.app)
|
||||
elif args.action == 'stop':
|
||||
|
|
Loading…
Reference in New Issue
Block a user