Skip to content

Commit

Permalink
switch to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Apr 9, 2024
1 parent d1d24ad commit 34a460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/vms/k3s.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -eu
#!/bin/bash -eu

set_vars() {
echo "QEMU K3s Ports(SSH=${K3S_SSH_PORT:=2222} API=${K3S_API_PORT:=16443} web=${K3S_WEB_PORT:=8080})"
Expand Down

0 comments on commit 34a460b

Please sign in to comment.