fixed return code

This commit is contained in:
WolverinDEV 2019-07-03 14:32:22 +02:00
parent 90b0cd97b8
commit 558161570c
1 changed files with 1 additions and 1 deletions

View File

@ -113,4 +113,4 @@ if [[ path_found -eq 0 ]]; then
exit 1
fi
exit 1
exit 0