diff options
-rwxr-xr-x | easy_e17.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh index 6c54156..71537c1 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -889,7 +889,7 @@ function logfile_banner () function run_command () { name=$1 - path=$2 + path=$2 # TODO : NOT USED title=$3 log_title=$4 mode_needed=$5 |