zuv0 commited on
Commit
b31ab9a
·
verified ·
1 Parent(s): 90ee7c3
Files changed (1) hide show
  1. e +5 -1
e CHANGED
@@ -36,7 +36,7 @@ fi
36
  MUIDL="${MUID::3}${MUID:13:3}"
37
 
38
  if [[ "$FLAG_1" =~ h ]]; then
39
- echo -e " k : kill launch.sh(webui)\n @ : outputs/t2i folder to rename\n u : autoUpload MUID3+3\n f : forcePull\n o : out.sh\n g : gc.sh\n e : current chackpoint del\n d 0~9 : chackpoint download\n r : run.sh\n example : . e kdr 4"
40
  else
41
  if [[ "$FLAG_1" =~ k ]]; then
42
  kill -9 $(ps -ef | grep 'webui' | grep -v 'grep' | awk '{print $2}')
@@ -83,4 +83,8 @@ else
83
  bash -c ". $R_PATH/run.sh"
84
  fi
85
 
 
 
 
 
86
  fi
 
36
  MUIDL="${MUID::3}${MUID:13:3}"
37
 
38
  if [[ "$FLAG_1" =~ h ]]; then
39
+ echo -e " k : kill launch.sh(webui)\n @ : outputs/t2i folder to rename\n u : autoUpload MUID3+3\n f : forcePull\n o : out.sh\n g : gc.sh\n e : current chackpoint del\n d 0~9 : chackpoint download\n r : run.sh\n example : . e kdr 4\n y : runpodctl send\n"
40
  else
41
  if [[ "$FLAG_1" =~ k ]]; then
42
  kill -9 $(ps -ef | grep 'webui' | grep -v 'grep' | awk '{print $2}')
 
83
  bash -c ". $R_PATH/run.sh"
84
  fi
85
 
86
+ if [[ "$FLAG_1" =~ y ]]; then
87
+ bash -c "runpodctl send /workspace/$OUPUT_PATH"
88
+ fi
89
+
90
  fi