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 wrap: on
line diff
--- a/s4-funcs.sh	Sun Jun 14 22:21:19 2020 +0900
+++ b/s4-funcs.sh	Mon Jun 15 06:21:06 2020 +0900
@@ -1954,6 +1954,7 @@
   if [ $rc -eq 0 ]; then
     echo "World [$world] への移住完了。" | html p
     echo "<p><a href=\"$dsturl?grp+$destrowid\">移住先</a></p>"
+    clean-orphaned
   else
     echo "移住失敗" | html p
     echo "移動先に重複がないか確認して下さい。" | html p

yatex.org