diff --git a/images/linux/scripts/installers/envvariables.sh b/images/linux/scripts/installers/envvariables.sh index 7ffdd35f1..35e3dba6b 100644 --- a/images/linux/scripts/installers/envvariables.sh +++ b/images/linux/scripts/installers/envvariables.sh @@ -1,6 +1,6 @@ #Set ImageVersion and ImageOS env variables -"echo ImageVersion=$IMAGE_VERSION | tee -a /etc/environment", -"echo ImageOS=$IMAGE_OS | tee -a /etc/environment" +echo ImageVersion=$IMAGE_VERSION | tee -a /etc/environment +echo ImageOS=$IMAGE_OS | tee -a /etc/environment # This directory is supposed to be created in $HOME and owned by user(https://github.com/actions/virtual-environments/issues/491) mkdir -p /etc/skel/.config/configstore