Fixed SDKs management when running in xds VM.
[src/xds/xds-server.git] / scripts / sdks / agl / remove
index 99a4022..d0f30b1 100755 (executable)
@@ -29,4 +29,4 @@ if [ ! -d "${1}" ]; then
     exit 1
 fi
 
-rm -rf "${1}"
+rm -rf "${1}" && echo "SDK successfully removed."