From cdbd2f44f9ceb70734f3089e6b5ad464491f890f Mon Sep 17 00:00:00 2001 From: Patrick Double Date: Thu, 2 Jul 2015 15:52:07 -0500 Subject: [PATCH] Return 0 from config.sh so restarting a container doesn't fail --- dropbox/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dropbox/install.sh b/dropbox/install.sh index dd045cf..474fd90 100755 --- a/dropbox/install.sh +++ b/dropbox/install.sh @@ -42,6 +42,8 @@ if [ -z "$STATUS" ]; then echo "Continous console status not requested" [ -d /etc/service/DropboxStatus ] && rm -r /etc/service/DropboxStatus fi + +exit 0 EOT # Dropbox