DaanHoogland commented on code in PR #10263:
URL: https://github.com/apache/cloudstack/pull/10263#discussion_r2016270999


##########
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:
   ok, than I don't understand why `sudo` is not needed on line 111, but if it 
tests alright then alright.



-- 
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