fix bug when giving config file through command line
This commit is contained in:
@@ -92,7 +92,7 @@ read_commandline()
|
||||
shift 2
|
||||
;;
|
||||
"-f"|"--file")
|
||||
export CONFFILES="$CONFFILES $opt"
|
||||
export CONFFILES="$CONFFILES $2"
|
||||
shift 2
|
||||
;;
|
||||
"-s"|"--shell")
|
||||
|
||||
Reference in New Issue
Block a user