repman Short question: How and where can I switch off, that after every fresh login into the terminal / Console the script "Raspi-config" is startet? Where is the startscript for that? Correction: It is not raspi-config but "Repetier-server Pi Config Tool"
Repetier Check /etc/profile.d/welcome.sh you see it at the end if [[ -f /tmp/start-repetier-setup ]] ; then /usr/local/Repetier-Setup/bin/repetier-setup else echo "Run repetier-setup for typical modfications." fi