Match-id-4c4524bb66153ee31ed8f70463aef0d37d866787

This commit is contained in:
BianTanggui
2022-02-23 14:35:23 +08:00
parent 600f7e7354
commit fa0ba3ce48

View File

@@ -55,6 +55,9 @@ function install()
mv ${SRC} ${DST} mv ${SRC} ${DST}
echo 'create damom.json success' echo 'create damom.json success'
echo 'please reboot docker daemon to take effect' echo 'please reboot docker daemon to take effect'
if [ -f "/var/log/ascend_seclog/ascend_toolbox_install.log" ];then
chmod 600 "/var/log/ascend_seclog/ascend_toolbox_install.log"
fi
} }
function uninstall() function uninstall()