Browse Source

revert change

Toastie 1 year ago
parent
commit
a0afcc9998
1 changed files with 5 additions and 5 deletions
  1. 5 5
      bootrap-bullseye.sh

+ 5 - 5
bootrap-bullseye.sh

@@ -33,11 +33,11 @@ netNTP=pool.ntp.org
 
 # Check if the function exists
 case $1 in
-  grmlnetwork) grmlnetwork ;;
-  install)     install     ;;
-  install2)    install2     ;;
-  bootloader)  bootloader  ;;
-  postinstall) postinstall ;;
+  grmlnetwork) grmlnetwork() ;;
+  install)     install()     ;;
+  install2)    install2()     ;;
+  bootloader)  bootloader()  ;;
+  postinstall) postinstall() ;;
   *) echo "Valid functions are: grmlnetwork, install, postinstall" >&2  ;;
 esac