Exiting with 0 in live-boot bug script.

This commit is contained in:
Daniel Baumann 2010-09-02 20:17:45 +02:00
parent 621c8eff53
commit 34247ed92c
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ if [ -e "${DEFAULT_SETTINGS}" ]; then
else
echo "${DEFAULT_SETTINGS} does not exist."
fi
exit 0