fix demohost, fix tar acl bug
[automated-distro-installer] / pxe-server
index 66bc4ff4129da671c713082138ae091c40834e81..bac22c115658917f8c402849e014bee395111cf1 100755 (executable)
@@ -139,12 +139,12 @@ $([[ $type == arch ]] && echo arch-pxe-mount)"
 if $set; then
     set-pxe
     if [[ $type == fai ]]; then
-        myfai-chboot $host
+        myfai-chboot $host
         if $redep; then
-            fai-redep
+            fai-redep
         fi
     else
-        myfai-chboot
+        myfai-chboot
     fi
 fi