We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7d221 commit d6ee73fCopy full SHA for d6ee73f
1 file changed
tools/get_uec_image.sh
@@ -94,7 +94,7 @@ NBD_DEV=`basename $NBD`
94
# Get the UEC image
95
UEC_NAME=$DIST_NAME-server-cloudimg-amd64
96
if [ ! -e $CACHEDIR/$UEC_NAME-disk1.img ]; then
97
- (cd $CACHEDIR; wget -N http://uec-images.ubuntu.com/$DIST_NAME/current/$UEC_NAME-disk1.img)
+ (cd $CACHEDIR && wget -N http://uec-images.ubuntu.com/$DIST_NAME/current/$UEC_NAME-disk1.img)
98
99
100
# Connect to nbd and wait till it is ready
0 commit comments