From 1c151d970223880eda6a478b1c8ce90cd1dee7fc Mon Sep 17 00:00:00 2001 From: fliegerjohn Date: Tue, 22 Aug 2023 20:14:01 +0200 Subject: [PATCH] Switch to sh --- checkconnection.sh | 2 +- restartmodem.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkconnection.sh b/checkconnection.sh index 64a0e0a..d489590 100755 --- a/checkconnection.sh +++ b/checkconnection.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # ## Variables diff --git a/restartmodem.sh b/restartmodem.sh index 7c9e654..7880010 100644 --- a/restartmodem.sh +++ b/restartmodem.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # ## Restarting Interface in case of faulture