From 09533dd5e91bce212f0b176aaa9857edfbaf1285 Mon Sep 17 00:00:00 2001 From: Leonid Lapshin Date: Tue, 3 Nov 2020 15:56:49 +0300 Subject: [PATCH] fixed comment --- images/linux/scripts/installers/post-deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/post-deployment.sh b/images/linux/scripts/installers/post-deployment.sh index 9b3e2fe07..36a914c63 100644 --- a/images/linux/scripts/installers/post-deployment.sh +++ b/images/linux/scripts/installers/post-deployment.sh @@ -17,7 +17,7 @@ rm -rf $HELPER_SCRIPT_FOLDER rm -rf $INSTALLER_SCRIPT_FOLDER chmod 755 $IMAGE_FOLDER -# Remove quotes from PATH +# Remove quotes around PATH PATH=${PATH#"\""} PATH=${PATH%"\""} echo "PATH=$PATH" | sudo tee -a /etc/environment