mirror of
https://github.com/dockersrc/alpine
synced 2024-11-21 11:23:06 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/bin/copy
This commit is contained in:
parent
19c5ab9d2b
commit
06527889c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user