mirror of https://github.com/jumpserver/jumpserver
fix: failed to install builtin applets
parent
ce1cb4214c
commit
c27c55b429
6
jms
6
jms
|
@ -126,9 +126,9 @@ def download_ip_db():
|
||||||
def install_builtin_applets():
|
def install_builtin_applets():
|
||||||
logging.info("Install builtin applets")
|
logging.info("Install builtin applets")
|
||||||
try:
|
try:
|
||||||
management.call_command('install_builtin_applets', verbosity=0, interactive=False)
|
management.call_command('install_builtin_applets', verbosity=0)
|
||||||
except:
|
except Exception as e:
|
||||||
pass
|
logging.error("Install builtin applets err: {}".format(e))
|
||||||
|
|
||||||
|
|
||||||
def upgrade_db():
|
def upgrade_db():
|
||||||
|
|
Loading…
Reference in New Issue