Match-id-8afa2c0dd1a37e590464eadfacdd152e559a64ef

This commit is contained in:
BianTanggui
2023-02-20 16:08:03 +08:00
parent a674bc8a5e
commit 8a75a48514
2 changed files with 2 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ function install()
save_install_args save_install_args
echo "[INFO]: Ascend Docker Runtime has been installed in: ${INSTALL_PATH}" echo "[INFO]: Ascend Docker Runtime has been installed in: ${INSTALL_PATH}"
echo "[INFO]: The version of Ascend Docker Runtime is: v${PACKAGE_VERSION}" echo "[INFO]: The version of Ascend Docker Runtime is: v${PACKAGE_VERSION}"
echo 'please reboot docker daemon to take effect' echo 'please reboot daemon and container engine to take effect'
} }
function uninstall() function uninstall()

View File

@@ -195,8 +195,7 @@ int MakeMountPoints(const char *path, mode_t mode)
static bool ShowExceptionInfo(const char* exceptionInfo) static bool ShowExceptionInfo(const char* exceptionInfo)
{ {
(void)fprintf(stderr, exceptionInfo); (void)fprintf(stderr, "%s\n", exceptionInfo);
(void)fprintf(stderr, "\n");
return false; return false;
} }