Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Tweak setup messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mietek committed Mar 15, 2015
1 parent 668d784 commit c6984df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Expand Up @@ -138,6 +138,7 @@ install_halcyon () {
user=$( id -nu ) || return 1
group=$( id -ng ) || return 1

echo >&2
echo "-----> Creating base directory: ${base}" >&2


Expand Down Expand Up @@ -235,6 +236,9 @@ install_halcyon () {
echo "source /tmp/halcyon-paths.sh" >&2
fi
fi

echo >&2
echo '-----> Halcyon installed'
}


Expand Down

0 comments on commit c6984df

Please sign in to comment.