mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-04 01:02:41 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/usr/local/bin/copy
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user