v13.8-beta

This commit is contained in:
chiteroman
2023-11-26 17:02:51 +01:00
parent 9b7b6f6712
commit b72efd6f71
6 changed files with 72 additions and 46 deletions

View File

@@ -2,7 +2,11 @@
RESETPROP="${0%/*}/resetprop"
chmod 755 $RESETPROP
if [ -x "$RESETPROP" ]; then
chmod 755 $RESETPROP
else
RESETPROP="resetprop"
fi
check_resetprop() {
local NAME=$1