mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-11-03 08:50:51 +08:00
Match-id-8afa2c0dd1a37e590464eadfacdd152e559a64ef
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user