View | Details | Raw Unified | Return to bug 21587 | Differences between
and this patch

Collapse All | Expand All

(-)univention-join (+5 lines)
Lines 41-47 Link Here
41
SIMPLEGUI=""
41
SIMPLEGUI=""
42
TYPE=
42
TYPE=
43
REMOVE_PWD_FILE=""
43
REMOVE_PWD_FILE=""
44
UMASK=$(umask)
44
45
46
umask "0022"
47
45
display_help() {
48
display_help() {
46
	display_header
49
	display_header
47
	cat <<-EOL
50
	cat <<-EOL
Lines 758-761 Link Here
758
	univention-config-registry commit /etc/resolv.conf >>/var/log/univention/join.log 2>&1
761
	univention-config-registry commit /etc/resolv.conf >>/var/log/univention/join.log 2>&1
759
fi
762
fi
760
763
764
umask "$UMASK"
765
761
exit 0
766
exit 0

Return to bug 21587