We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c0191 commit 1381ac8Copy full SHA for 1381ac8
run.sh
@@ -1,4 +1,9 @@
1
#!/bin/bash
2
3
cd "$(dirname "$0")"
4
-python cf-dns-update.py
+
5
+if command -v python3 &>/dev/null; then
6
+ python3 cf-dns-update.py
7
+else
8
+ python cf-dns-update.py
9
+fi
0 commit comments