From b601b12e491ca78586672699848b1fcaaf62a354 Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 11 Aug 2024 21:50:26 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/bin/copy --- rootfs/usr/local/bin/copy | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/usr/local/bin/copy b/rootfs/usr/local/bin/copy index b37f897..f45a3f9 100755 --- a/rootfs/usr/local/bin/copy +++ b/rootfs/usr/local/bin/copy @@ -57,7 +57,6 @@ if [ $# -ne 2 ] || [ ! -e "$1" ]; then __printf_color "Usage: $APPNAME from to" exit 1 else - [ -e "$2" ] && rm -Rf "$2" cp -Rf "$1" "$2" COPY_EXIT_STATUS=$? fi