--- a/build/workspaces/update-workspaces.sh 2022-01-03 17:55:33.655470563 +0530 +++ b/build/workspaces/update-workspaces.sh 2022-01-03 17:55:58.855142194 +0530 @@ -1,9 +1,9 @@ #!/bin/sh -if [ "$(id -u)" = "0" ]; then - echo "Running as root will mess up file permissions. Aborting ..." 1>&2 - exit 1 -fi +#if [ "$(id -u)" = "0" ]; then +# echo "Running as root will mess up file permissions. Aborting ..." 1>&2 +# exit 1 +#fi die() {