Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Bug 968071 - Restore message
Browse files Browse the repository at this point in the history
* send client disclaimer message
* remove empty teardown script
  • Loading branch information
jwhonce committed May 29, 2013
1 parent 9dea607 commit 23f5f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cartridges/openshift-origin-cartridge-diy/bin/setup
@@ -1,9 +1,13 @@
#!/bin/bash -eu

source $OPENSHIFT_CARTRIDGE_SDK_BASH

case "$1" in
-v|--version)
version="$2"
esac

# Create additional directories required by the diy cartridge
mkdir -p $OPENSHIFT_DIY_DIR/{logs,run}

client_result "Disclaimer: This is an experimental cartridge that provides a way to try unsupported languages, frameworks, and middleware on Openshift."
Empty file.

0 comments on commit 23f5f76

Please sign in to comment.