fixed comment

This commit is contained in:
Leonid Lapshin
2020-11-03 15:56:49 +03:00
parent 9fe3134cd6
commit 09533dd5e9

View File

@@ -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