We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb3900 commit d901c69Copy full SHA for d901c69
System/starts/1-archive-unpacker.sh
@@ -3,7 +3,7 @@
3
. /mnt/SDCARD/System/scripts/helpers.sh
4
5
ARCHIVES_FOLDER="/mnt/SDCARD/System/archives"
6
-ARCHIVE_COUNT="$(ls -1 "$ARCHIVES_FOLDER/*.zip" | wc -l)"
+ARCHIVE_COUNT="$(ls -1 $ARCHIVES_FOLDER/*.zip | wc -l)"
7
ARCHIVE_UNPACK_LOG="/mnt/SDCARD/System/log/archive_unpack.log"
8
9
log_message "Unpacker: $ARCHIVE_COUNT archives found" "$ARCHIVE_UNPACK_LOG"
0 commit comments