fix(unbound): change to IP
This commit is contained in:
@@ -13,7 +13,7 @@ let
|
|||||||
if hostname == "ziggy" then
|
if hostname == "ziggy" then
|
||||||
"192.168.88.12"
|
"192.168.88.12"
|
||||||
else if hostname == "sobotka" then
|
else if hostname == "sobotka" then
|
||||||
"192.168.88.14"
|
"192.168.88.15"
|
||||||
else
|
else
|
||||||
throw "No IP defined for host ${hostname}";
|
throw "No IP defined for host ${hostname}";
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Written based on @fasterius work
|
||||||
# Check if at least one argument is provided
|
# Check if at least one argument is provided
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
notify-send -t 5000 "Usage: spawn-or-focus.sh <APP_CLASS> [APP_CMD]"
|
notify-send -t 5000 "Usage: spawn-or-focus.sh <APP_CLASS> [APP_CMD]"
|
||||||
|
|||||||
Reference in New Issue
Block a user