mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
use sudo when mount systemvm.iso in injectkeys.sh
This commit is contained in:
parent
4d2d820634
commit
3486995ae7
@ -44,7 +44,7 @@ copy_priv_key() {
|
||||
return $?
|
||||
}
|
||||
|
||||
mkdir -p $MOUNTPATH
|
||||
sudo mkdir -p $MOUNTPATH
|
||||
|
||||
[ $# -ne 3 ] && echo "Usage: $(basename $0) <new public key file> <new private key file> <systemvm iso path>" && exit 3
|
||||
newpubkey=$1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user