wareck 1 year ago
parent
commit
6284f2b1fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build_cube.sh

+ 2 - 2
build_cube.sh

@@ -637,8 +637,8 @@ items=("Nzxt" "Garage")
 select item in "${items[@]}" Quit
     do
         case $REPLY in
-            1) sudo etherwake -i enp5s0 58:11:22:CD:FC:7A ; break;;
-            2) sudo etherwake -i enp5s0 E0:D5:5E:2D:9E:CB ; break;;
+            1) sudo etherwake -i enp5s0 E0:D5:5E:2D:9E:CB ; break;;
+            2) sudo etherwake -i enp5s0 58:11:22:CD:FC:7A ; break;;
             $((${#items[@]}+1))) echo "We're done!"; break 2;;
             *) echo "Ooops - unknown choice $REPLY"; break;
         esac