From 36e2eccf74e37bd4285654c0f00eea7267739522 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Tue, 27 May 2025 19:57:55 +0200 Subject: [PATCH] update todo --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 9e64e2d..ba84eda 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -43,7 +43,7 @@ else cp "$file" "$ACTUAL_UPLOAD_SOURCE_DIR/$relative_path" fi done - # TODO: remove files that are no longer in the upload directory but were in the last upload directory + # TODO: consider removing files that are no longer in the upload directory but were in the last upload directory # for file in $(find "$LAST_UPLOAD_DIR" -type f); do # relative_path="${file#$LAST_UPLOAD_DIR/}" # if [[ ! -f "$UPLOAD_SOURCE_DIR/$relative_path" ]]; then