diff options
-rwxr-xr-x | move/hack_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/hack_network b/move/hack_network index 02138a87f..6334b50b2 100755 --- a/move/hack_network +++ b/move/hack_network @@ -1,5 +1,5 @@ #!/bin/sh -make +make || exit 1 ./hack_boot_img network.rdz network cp -f network.rdz /tftpboot/gc/network.rdz |