🗃️ Committing everything that changed 🗃️

rootfs/usr/local/bin/copy
This commit is contained in:
casjay 2024-08-11 21:51:03 -04:00
parent 8b6228efc0
commit 601dfcfdb4
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"
exit 1
else
[ -e "$2" ] && rm -Rf "$2"
cp -Rf "$1" "$2"
COPY_EXIT_STATUS=$?
fi