Skip to content

Commit

Permalink
gg=G:retab!
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Feb 23, 2013
1 parent 44dc107 commit 17445cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/profile-sync-daemon
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ VERS="@VERSION@"
PSDCONF=${PSDCONF:-"/etc/psd.conf"}

if [[ ! -f $PSDCONF ]]; then
echo -e " Cannot find $PSDCONF so bailing. Reinstall package to use Profile-sync-daemon." # nothing to do if there is no conf file
echo -e " Cannot find $PSDCONF so bailing. Reinstall package to use Profile-sync-daemon." # nothing to do if there is no conf file
exit 1
else
. $PSDCONF
@@ -217,7 +217,7 @@ parse_conf_file() {
if [[ -d "$DIR" ]]; then
echo -en " ${BLD}browser/psname:"
echo -e "$(tput cr)$(tput cuf 17) $browser/$PSNAME"${NRM}
echo -en " ${BLD}owner/group:"
echo -en " ${BLD}owner/group:"
echo -e "$(tput cr)$(tput cuf 17) $user/$group"${NRM}
echo -en " ${BLD}sync target:"
echo -e "$(tput cr)$(tput cuf 17) ${BLU}$DIR"${NRM}

0 comments on commit 17445cc

Please sign in to comment.