diff options
Diffstat (limited to 'debian/postinst')
| -rwxr-xr-x | debian/postinst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 4f5711ba..db324b65 100755 --- a/debian/postinst +++ b/debian/postinst @@ -79,7 +79,7 @@ if [ -n "$2" -a "$BITLBEE_UPGRADE_DONT_RESTART" != "1" ]; then  fi  ## If we're upgrading, we'll probably skip this next part -if [ -d $CONFDIR ] && chown -R bitlbee $CONFDIR; then +if [ -d $CONFDIR ] && chown -R bitlbee: $CONFDIR; then  	echo 'BitlBee (probably) already installed, skipping user/configdir installation'  	exit 0  fi  | 
