Skip to content

Commit

Permalink
install-merlin.sh.in: Add removed abort function to script again
Browse files Browse the repository at this point in the history
it got lost somewhere down the way when moving to automake.
this fix put the function back.

solves issue #9539

Signed-off-by: Mattias Ryrlén <mattiasr@op5.com>
  • Loading branch information
Mattias Ryrlén committed Dec 16, 2014
1 parent 2953a8b commit b0347f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install-merlin.sh.in
Expand Up @@ -10,6 +10,13 @@ db_name=@db_name@
db_user=@db_user@
db_pass=@db_pass@

abort ()
{
echo "$@"
echo "Aborting."
exit 1
}

db_setup ()
{
mysql="mysql"
Expand Down

0 comments on commit b0347f8

Please sign in to comment.