diff s4-funcs.sh @ 817:d2c4c473e08e feature-world

Account synchronization more prudent
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 17 Jun 2020 13:54:01 +0900
parents ed2c8aab742d
children e9817a71f332
line wrap: on
line diff
--- a/s4-funcs.sh	Wed Jun 17 08:16:59 2020 +0900
+++ b/s4-funcs.sh	Wed Jun 17 13:54:01 2020 +0900
@@ -1448,6 +1448,7 @@
   exit 0
 }
 dologin() {
+  test -n "$S4WORLD" && syncaccount
   checkauth
   st=$?
   if [ $st != 0 ]; then

yatex.org