We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8160a89 commit f6cef0bCopy full SHA for f6cef0b
1 file changed
module/post-fs-data.sh
@@ -4,8 +4,6 @@ MODDIR=${0%/*}
4
SERVICE_D="/data/adb/service.d"
5
STATUS_SH="$SERVICE_D/kp-next.sh"
6
7
-if [ ! -d "$SERVICE_D" ] || [ ! -f "$STATUS_SH" ]; then
8
- mkdir -p "$SERVICE_D"
9
- cp "$MODDIR/status.sh" "$STATUS_SH"
10
- chmod 755 "$STATUS_SH"
11
-fi
+mkdir -p "$SERVICE_D"
+cp "$MODDIR/status.sh" "$STATUS_SH"
+chmod 755 "$STATUS_SH"
0 commit comments