Exiting with 0 in live-boot bug script.

This commit is contained in:
Daniel Baumann 2010-09-02 20:17:45 +02:00
parent 1f8a85e6f1
commit 4c64496141
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