Index: bootstrapper/bootstrap.sh
===================================================================
--- bootstrapper/bootstrap.sh	(revision 229)
+++ bootstrapper/bootstrap.sh	(revision 257)
@@ -183,31 +183,4 @@
 }
 
-setSteamLoginData() {
-	echo -e "Steam account data\n"
-	echo -e "Steam account login data is required for SteamCMD to get the 7dtd-server files.\n"
-	echo -e "Store account login data in /etc/7dtd.conf which will be only readable by root?"
-	echo -e "If you select to NOT store the data you will have to enter it each time you want"
-	echo -e "to update the server files.\n"
-	while : ; do
-		local STOREDATA
-		read -p "Store data in /etc/7dtd.conf? (yn) " STOREDATA
-		case $STOREDATA in
-			y)
-				read -p "Steam username: " username
-				read -s -p "Steam password: " password
-				sed -i "s/export STEAM_USER=/export STEAM_USER=$username/" /etc/7dtd.conf
-				sed -i "s/export STEAM_PASS=/export STEAM_PASS=$password/" /etc/7dtd.conf
-				echo -e "\n=============================================================\n\n"
-				break
-				;;
-			n)
-				break
-				;;
-			*)
-				echo "Wrong input"
-		esac
-	done
-}
-
 installSteamCmdAndSDTD() {
 	echo -e "Installing SteamCMD and 7DtD\n"
@@ -269,5 +242,4 @@
 	setupUser
 	installManagementScripts
-	setSteamLoginData
 	installSteamCmdAndSDTD
 	if [ $ADDCRONJOBS -eq 1 ]; then
