diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index d42e7304ca53312c803b73303d3e0ca676724699..c38e306d779833cd018afe9a4a57cac3b4a08d20 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -918,6 +918,7 @@ function backup_data { rm "$data" if [ "$backup_password" ]; then if [ ${#backup_password} -ge 8 ]; then + clear # shellcheck disable=SC2086 if /usr/bin/timeout $BACKUP_TIMEOUT_SEC /usr/local/bin/${PROJECT_NAME}-backup-local simple "$backup_password"; then dialog --title $"Backup" \ @@ -1098,6 +1099,7 @@ function restore_data { rm "$data" if [ "$backup_password" ]; then if [ ${#backup_password} -ge 8 ]; then + clear # shellcheck disable=SC2086 if /usr/bin/timeout $BACKUP_TIMEOUT_SEC /usr/local/bin/${PROJECT_NAME}-restore-local simple "$backup_password"; then dialog --title $"Restore" \