From cd2fbf665b33df0160a2ea495e26b8facb253ccc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 29 Oct 2017 11:04:56 +0000 Subject: [PATCH] Don't need the process count since the confliciting script is gone --- src/freedombone-image-customise | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 9389f9fd..c50468c2 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -781,10 +781,6 @@ function mesh_client_startup_applications { echo '' >> $START_DESKTOP echo 'INITIAL_TOX_USERNAME=""' >> $START_DESKTOP echo 'while [ ${#INITIAL_TOX_USERNAME} -eq 0 ]; do' >> $START_DESKTOP - echo ' username_dialog_count=$(ps aux | grep zenity | wc -l)' >> $START_DESKTOP - echo ' if [ $username_dialog_count -gt 1 ]; then' >> $START_DESKTOP - echo ' exit 0' >> $START_DESKTOP - echo ' fi' >> $START_DESKTOP echo " data=\$(zenity --forms --title=\"$MESH_TITLE\" --text=\"$MESH_SET_USERNAME\" --separator=\",\" --add-entry=\"Username\")" >> $START_DESKTOP echo ' accepted=$?' >> $START_DESKTOP echo ' if ((accepted == 0)); then' >> $START_DESKTOP