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


##########
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:
   @DaanHoogland needed it here, as tmpltfile is in destdir created with sudo 
in line 93.



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