1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00

Fix i18n.sh

This commit is contained in:
zhengxie
2017-10-13 18:09:16 +08:00
parent 6897144599
commit 8f3c442b67

View File

@@ -12,7 +12,7 @@ function usage () {
echo
}
apps="seahub/two_factor"
apps="seahub/two_factor seahub/trusted_ip"
function is_valid_app() {
if [[ $1 == "seahub" ]]; then
return 0;