change interpreter to bash

This commit is contained in:
Torben Haack 2024-10-09 15:34:41 +02:00
parent 67cafd857c
commit d3063864f3

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Define the state file
STATE_FILE="/tmp/network_toggle_state"