Remove useless code
This commit is contained in:
parent
68b0d8f2c4
commit
147478cde6
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
local currentdir=$(pwd)
|
||||
local commandgood="0"
|
||||
local updated=0
|
||||
local failed=0
|
||||
local module
|
||||
|
@ -59,4 +58,4 @@ if [ $failed -gt 0 ]; then
|
|||
fi
|
||||
|
||||
fi
|
||||
cd $currentdir
|
||||
cd $currentdir
|
||||
|
|
Loading…
Reference in a new issue