Index: bootstrapper/bootstrap.sh
===================================================================
--- bootstrapper/bootstrap.sh	(revision 30)
+++ bootstrapper/bootstrap.sh	(revision 31)
@@ -36,5 +36,5 @@
 	echo "  -h   Print this help screen and exit"
 #	echo "  -o   Install optional dependencies ($OPTDEPENDENCIES)"
-	echo "  -c   Add cron jobs for save backups and memory checking"
+	echo "  -c   Enable cron job for automatic backups"
 	echo "  -i   Required to actually start the installation"
 }
@@ -125,4 +125,6 @@
 		make
 		make install
+
+		sed -ir "s/^export SSD=.*$/export SSD=\/usr\/local\/lib\/7dtd\/start-stop-daemon\/start-stop-daemon/" /etc/7dtd.conf
 	fi
 	echo -e "\n=============================================================\n\n"
@@ -172,4 +174,7 @@
 	echo -e "  https://7dtd.illy.bz/wiki/Instance%20management"
 	echo
+	echo -e "You might also need to manually enable bash auto completion, refer to:"
+	echo -e "  https://7dtd.illy.bz/wiki/Installation#Bashcompletion"
+	echo
 	echo -e "For further configuration options check:"
 	echo -e "  /etc/7dtd.conf"
