vishesh92 commented on code in PR #11786:
URL: https://github.com/apache/cloudstack/pull/11786#discussion_r2412568430


##########
scripts/installer/createtmplt.sh:
##########
@@ -87,6 +87,8 @@ uncompress() {
          ;;
   [zZ][iI][pP])  unzip -p $1 | cat > $tmpfile
         ;;
+  XZ)   xz -d -c $1 > $tmpfile

Review Comment:
   The output of file prints XZ in caps. So this is okay.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to