Fix some highlighting issues.
[libguestfs-talks.git] / 2019-fosdem / run
index 3745bef..09b55e2 100755 (executable)
@@ -13,14 +13,14 @@ export GNOME_KEYRING_PID=
 #unset ftp_proxy
 
 # Check the files are precreated.
-if [ ! -f 1000-loop-mounting.d/fedora-29.img ]; then
-    pushd 1000-loop-mounting.d
+if [ ! -f 2000-loop-mounting.d/fedora-29.img ]; then
+    pushd 2000-loop-mounting.d
     virt-builder fedora-29
     popd
 fi
 
-if [ ! -f 2000-xz-compressed.d/Fedora-Cloud-Base-29-1.2.x86_64.raw.xz ]; then
-    pushd 2000-xz-compressed.d
+if [ ! -f 3000-xz-compressed.d/Fedora-Cloud-Base-29-1.2.x86_64.raw.xz ]; then
+    pushd 3000-xz-compressed.d
     wget https://download.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.raw.xz
     popd
 fi