removed force option, not needed anymore

This commit is contained in:
Bryan Joshua Pedini 2022-02-10 16:19:35 +01:00
parent c33ae90b33
commit fe4a896ada
1 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@
THIS="$(dirname "$(readlink -fm "$0")")"
SERVER=false
FORCE=false
DELETE=false
MOVE=false
@ -10,8 +9,6 @@ _arguments() {
for PARM in "$@"; do
if [ "${PARM}" = "--server" ]; then
SERVER=true
elif [ "${PARM}" = "--force" ]; then
FORCE=true
elif [ "${PARM}" = "--delete" ]; then
DELETE=true
elif [ "${PARM}" = "--move" ]; then