diff options
author | Sebastian | 2011-04-28 19:32:51 +0200 |
---|---|---|
committer | Sebastian | 2011-04-28 19:32:51 +0200 |
commit | 252bf85a2914033856bea839805b58f2ef9bd0c0 (patch) | |
tree | 47fd4ba2cd5709a564d059629f962b313b27284b /installer | |
parent | update usb creator .. (diff) | |
download | usb-boot-stick-252bf85a2914033856bea839805b58f2ef9bd0c0.tar.gz usb-boot-stick-252bf85a2914033856bea839805b58f2ef9bd0c0.tar.xz usb-boot-stick-252bf85a2914033856bea839805b58f2ef9bd0c0.zip |
minor fixes ..
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/tpl/installer.tpl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/tpl/installer.tpl.sh b/installer/tpl/installer.tpl.sh index 8e335e3..f87aceb 100755 --- a/installer/tpl/installer.tpl.sh +++ b/installer/tpl/installer.tpl.sh @@ -45,4 +45,4 @@ cp -v $TMP_DIR/boot/* /media/openslx-stick/boot/ sync umount /media/openslx-stick -exit 1 +exit 0 |