diff --git a/bitlair_closed.d/20_phone_off b/bitlair_closed.d/20_phone_off deleted file mode 100755 index f25e3b3..0000000 --- a/bitlair_closed.d/20_phone_off +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -# Switches off the phones. -poe-switch 1 2 -sleep 1 -poe-switch 2 2 -sleep 1 diff --git a/bitlair_open.d/20_phone_on b/bitlair_open.d/20_phone_on deleted file mode 100755 index a914e12..0000000 --- a/bitlair_open.d/20_phone_on +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# Switches on the phones. -poe-switch 1 1 -poe-switch 2 1