From 0b921ed49b9f0c170bed444570d91e2d9901483b Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 9 Feb 2023 21:21:48 -0600 Subject: fix /sbin/sh to /bin/sh --- nettraf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nettraf') diff --git a/nettraf b/nettraf index 4bd0850..ac43416 100755 --- a/nettraf +++ b/nettraf @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # Module showing network traffic. Shows how much data has been received (RX) or # transmitted (TX) since the previous time this script ran. So if run every -- cgit v1.2.3