Pearl1594 commented on code in PR #10263:
URL: https://github.com/apache/cloudstack/pull/10263#discussion_r2016284612
##########
scripts/storage/secondary/setup-sysvm-tmplt:
##########
@@ -146,9 +146,9 @@ fi
tmpltfile=$destdir/$localfile
-tmpltsize=$(ls -l $tmpltfile | awk -F" " '{print $5}')
+tmpltsize=$(sudo ls -l $tmpltfile | awk -F" " '{print $5}')
Review Comment:
I just noticed it @DaanHoogland at L111 the variable is `tmplfile` and here
it's `tmpltfile` - pointing to 2 different file paths.
--
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]