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

Refactor run.sh into single command #20

Merged
merged 1 commit into from
Dec 9, 2015

Conversation

mikewalch
Copy link
Contributor

No description provided.

if [ ! -d $FLUO_HOME/apps/$FLUO_APP_NAME ]; then
$FLUO_HOME/bin/fluo new $FLUO_APP_NAME
else
echo "Restarting '$FLUO_APP_NAME' application. Errors may be printed if it's not running..."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code could be simplified with apache/fluo#579

keith-turner added a commit that referenced this pull request Dec 9, 2015
Refactor run.sh into single command
@keith-turner keith-turner merged commit 03adeaa into astralway:master Dec 9, 2015
@mikewalch mikewalch deleted the refactor-run branch December 10, 2015 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants