Skip to content

Commit

Permalink
WHISTLE-1880: add cut off lines
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Jan 23, 2013
1 parent b833a8c commit bcbfbc0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bin/import_config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
ear
#!/bin/bash

fWelcome () {
clear
echo "======================================================="
echo " _ _ _ _ _ _____ _ _______ _ _______ "
echo "| || || | | | (_____) | | (_______) | (_______)"
Expand All @@ -11,10 +14,10 @@ ear
echo
}

fWelcome

cd `dirname $0`

fWelcome

if [ -f $1/whistle_apps/lib/whistle_couch-1.0.0/priv/startup.config ];
then
echo "# \cp -f $1/whistle_apps/lib/whistle_couch-1.0.0/priv/startup.config ../whistle_apps/lib/whistle_couch-1.0.0/priv/"
Expand Down

0 comments on commit bcbfbc0

Please sign in to comment.