🗃️ Committing everything that changed 🗃️

rootfs/usr/local/bin/copy
This commit is contained in:
casjay 2024-08-11 21:50:26 -04:00
parent 038ff5d39d
commit b601b12e49
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -57,7 +57,6 @@ if [ $# -ne 2 ] || [ ! -e "$1" ]; then
__printf_color "Usage: $APPNAME from to" __printf_color "Usage: $APPNAME from to"
exit 1 exit 1
else else
[ -e "$2" ] && rm -Rf "$2"
cp -Rf "$1" "$2" cp -Rf "$1" "$2"
COPY_EXIT_STATUS=$? COPY_EXIT_STATUS=$?
fi fi