parent
a25b77e099
commit
85e0681ee8
|
@ -19,7 +19,7 @@ Arguments ()
|
|||
Echo_error "invalid arguments"
|
||||
exit 1
|
||||
elif [ $ERR -ne 0 ]; then
|
||||
Echo_error "getop failure"
|
||||
Echo_error "getopt failure"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
@ -173,7 +173,7 @@ Local_arguments ()
|
|||
Echo_error "invalid arguments"
|
||||
exit 1
|
||||
elif [ $ERR -ne 0 ]; then
|
||||
Echo_error "getop failure"
|
||||
Echo_error "getopt failure"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue