s4

changeset 809:bf64c57a5509 feature-world

Call clean-orphaned after successful migration
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 15 Jun 2020 06:21:06 +0900
parents a842dc106ce3
children ba11fd987baf
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Sun Jun 14 22:21:19 2020 +0900
     1.2 +++ b/s4-funcs.sh	Mon Jun 15 06:21:06 2020 +0900
     1.3 @@ -1954,6 +1954,7 @@
     1.4    if [ $rc -eq 0 ]; then
     1.5      echo "World [$world] への移住完了。" | html p
     1.6      echo "<p><a href=\"$dsturl?grp+$destrowid\">移住先</a></p>"
     1.7 +    clean-orphaned
     1.8    else
     1.9      echo "移住失敗" | html p
    1.10      echo "移動先に重複がないか確認して下さい。" | html p