Chmod +x on script

This commit is contained in:
Joey Hafner 2024-12-31 10:50:19 -08:00
parent c4942fc9b4
commit fb5ca7c6e4
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

4
homelab/vyos/cfddns.sh Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!bash
# Takes two positional arguments:
# $1 is the name of the zone to update
# E.g. jafner.net
@ -47,4 +47,4 @@ function cfddns () {
--data "$DATA" > /dev/null 2>&1
}
cfddns $1 $2
cfddns $1 $2