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

(-)debian/univention-system-setup-boot.init (-6 lines)
 Lines 61-72    Link Here 
61
			if ! grep -q "$key" /root/.ssh/authorized_keys; then
61
			if ! grep -q "$key" /root/.ssh/authorized_keys; then
62
				echo "$key"  >>/root/.ssh/authorized_keys
62
				echo "$key"  >>/root/.ssh/authorized_keys
63
			fi
63
			fi
64
			
65
			# Show welcome page on unjoined EC2 systems:
66
			if [ ! -e /var/univention-join/joined ]; then
67
				ucr set apache2/startsite="ucs-overview/initialsetup.html"
68
				invoke-rc.d apache2 reload
69
			fi
70
		fi
64
		fi
71
65
72
		if is_ucr_true server/amazon && is_ucr_true system/setup/boot/networking; then
66
		if is_ucr_true server/amazon && is_ucr_true system/setup/boot/networking; then
(-)etc/init.d/univention-system-setup-boot-prepare (+8 lines)
 Lines 50-55    Link Here 
50
		# recreate ssl certificates if they are missing
50
		# recreate ssl certificates if they are missing
51
		[ ! -d /etc/univention/ssl ] && dpkg-reconfigure univention-ssl
51
		[ ! -d /etc/univention/ssl ] && dpkg-reconfigure univention-ssl
52
52
53
		# Show welcome page on unjoined EC2 systems:
54
		if is_ucr_true server/amazon; then
55
			if [ ! -e /var/univention-join/joined ]; then
56
				ucr set apache2/startsite="ucs-overview/initialsetup.html"
57
				invoke-rc.d apache2 reload
58
			fi
59
		fi
60
53
		log_action_end_msg 0
61
		log_action_end_msg 0
54
		;;
62
		;;
55
	stop)
63
	stop)

Return to bug 35721