浏览代码

Create a tox user

Bob Mottram 8 年前
父节点
当前提交
6b9b9fceb5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-app-tox

+ 3
- 0
src/freedombone-app-tox 查看文件

591
 	fi
591
 	fi
592
 	duration=$SECONDS
592
 	duration=$SECONDS
593
 	echo $"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
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
 function enable_tox_repo {
599
 function enable_tox_repo {