diff --git a/incus-copy.sh b/incus-copy.sh index ffcb187..d10d510 100755 --- a/incus-copy.sh +++ b/incus-copy.sh @@ -5,7 +5,7 @@ #set -x -while getopts d:u:i:p:f:s: flag +while getopts d:m: flag do case "${flag}" in d) DEST=${OPTARG};;