Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/docker/debian-ncp/run-parts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/debian-ncp/run-parts.sh b/build/docker/debian-ncp/run-parts.sh
index abcde008..0bdade4b 100755
--- a/build/docker/debian-ncp/run-parts.sh
+++ b/build/docker/debian-ncp/run-parts.sh
@@ -23,7 +23,7 @@ else
while read -r bkp
do
rm -f "$BKPDIR/$bkp"
- done <"$(echo "$BKPS" | tail -n + 5)"
+ done <"$(echo "$BKPS" | tail -n +5)"
BKPDIR=/data/ncp-startup-backups/
WITH_DATA=no
COMPRESSED=yes