Fix bug
This commit is contained in:
parent
7afe6358c1
commit
82d18fbbcf
|
@ -598,7 +598,7 @@ runScript() {
|
||||||
mv .dialogrc /etc/dialogrc
|
mv .dialogrc /etc/dialogrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
i=0; found=false
|
local i=0; found=false
|
||||||
loadVar "lastStep"
|
loadVar "lastStep"
|
||||||
if [ -n "$lastStep" ]; then
|
if [ -n "$lastStep" ]; then
|
||||||
for item in "${steps[@]}"; do
|
for item in "${steps[@]}"; do
|
||||||
|
|
Loading…
Reference in New Issue