Remove useless code

This commit is contained in:
Atomic Coding 2018-04-16 17:42:34 -07:00 committed by GitHub
parent 68b0d8f2c4
commit 147478cde6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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