mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-11-03 08:40:53 +08:00
Match-id-8afa2c0dd1a37e590464eadfacdd152e559a64ef
This commit is contained in:
@@ -110,7 +110,7 @@ function install()
|
||||
save_install_args
|
||||
echo "[INFO]: Ascend Docker Runtime has been installed in: ${INSTALL_PATH}"
|
||||
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()
|
||||
|
||||
@@ -195,8 +195,7 @@ int MakeMountPoints(const char *path, mode_t mode)
|
||||
|
||||
static bool ShowExceptionInfo(const char* exceptionInfo)
|
||||
{
|
||||
(void)fprintf(stderr, exceptionInfo);
|
||||
(void)fprintf(stderr, "\n");
|
||||
(void)fprintf(stderr, "%s\n", exceptionInfo);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user