Ver código fonte

Create a tox user

Bob Mottram 9 anos atrás
pai
commit
6b9b9fceb5
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      src/freedombone-app-tox

+ 3
- 0
src/freedombone-app-tox Ver arquivo

@@ -591,6 +591,9 @@ function mesh_tox_client {
591 591
 	fi
592 592
 	duration=$SECONDS
593 593
 	echo $"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
594
+
595
+	# create a tox user
596
+	toxid -u $MY_USERNAME -n data
594 597
 }
595 598
 
596 599
 function enable_tox_repo {