diff --git a/setup/so-functions b/setup/so-functions index 8dd3c6bed..be450bad3 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -714,7 +714,8 @@ disable_auto_start() { logCmd "crontab -u $INSTALLUSERNAME -r" # Truncate last line of the bash profile - logCmd "sed -i '$ d' /home/$INSTALLUSERNAME/.bash_profile" + info "Removing auto-run of setup from bash profile" + sed -i '$ d' /home/$INSTALLUSERNAME/.bash_profile >> "$setup_log" 2>&1 }