summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/scripts/install.sh')
-rwxr-xr-xusr.sbin/xntpd/scripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/scripts/install.sh b/usr.sbin/xntpd/scripts/install.sh
index 5dd9831..1bc4989 100755
--- a/usr.sbin/xntpd/scripts/install.sh
+++ b/usr.sbin/xntpd/scripts/install.sh
@@ -87,7 +87,7 @@ fi
(cp $source $destination &&
chmod $mode $destination &&
chown $owner $destination &&
- chgrp $group $destination) || exit 1
+ chgrp $group $destination) || true # exit 1
# /bin/rm -f $OLDdestination
OpenPOWER on IntegriCloud