correct PATH in overlay scripts

This commit is contained in:
DanyLE
2025-03-29 13:45:23 +01:00
parent 7b75b29500
commit 70caa69660
5 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DESC="Custom configuration"
. /etc/profile
PATH=/sbin:/bin:/usr/sbin:/usr/bin
case "$1" in
start)