mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
Fixing old functionality for cryptocurrency
This commit is contained in:
parent
a8300df843
commit
f43d4fa54a
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ EOF
|
|||
|
||||
|
||||
|
||||
while getopts "f:uvh" opt; do
|
||||
while getopts "of:uvh" opt; do
|
||||
case "$opt" in
|
||||
\?) echo "Invalid option: -$OPTARG" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue