Skip to content

Commit

Permalink
constructive review
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Feb 13, 2023
1 parent f09da2d commit 9562325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/src/main/resources/scripts/command/docker
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ function doSetup() {
doEnsureVpnKitInstallation
elif doIsMacOs
then
doRunCommand "cp -a ${rancher_install_dir}/*.app /Applications/"
doRunCommand "cp -a '${rancher_install_dir}/*.app' /Applications/"
else
doRunCommand "cp -a \"${rancher_install_dir}/.\" \"${DEVON_IDE_HOME}/software/docker/\""
doRunCommand "cp -a '${rancher_install_dir}/.' '${DEVON_IDE_HOME}/software/docker/'"
doRunCommand "${DEVON_IDE_HOME}/software/docker/rancher-desktop"
fi
read -r -p "Rancher Desktop has been installed. Please read https://github.com/devonfw/ide/blob/master/documentation/docker.asciidoc#setup for enabling kubernetes and further important details. Press enter to continue" answer
Expand Down Expand Up @@ -235,4 +235,4 @@ case ${1} in
*)
doRun "${@}"
;;
esac
esac

0 comments on commit 9562325

Please sign in to comment.