🗃️ Committing everything that changed 🗃️

rootfs/usr/local/bin/copy
This commit is contained in:
casjay
2024-08-11 21:51:15 -04:00
parent 20e0628cef
commit 6205f156e4

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