View | Details | Raw Unified | Return to bug 28991
Collapse All | Expand All

(-)joinscripthelper.lib (-1 / +1 lines)
 Lines 137-143    Link Here 
137
}
137
}
138
138
139
joinscript_check_joinstatus () {
139
joinscript_check_joinstatus () {
140
	if [ ! -f "/usr/share/univention-join/.joined" ]; then
140
	if [ ! -f "/var/univention-join/joined" ]; then
141
		return 1
141
		return 1
142
	fi
142
	fi
143
143

Return to bug 28991