teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

プログラム修正

2019/04/02 08:10

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -19,7 +19,7 @@
19
19
  {
20
20
  su - oracle -c "($MYDIR/expdp.sh;$MYDIR/compress.sh)" &
21
21
  test_pid=$!
22
- echo $test_pid
22
+ echo $test_pid >>$PIDS
23
23
  }
24
24
 
25
25
  ORATAB=/var/opt/oracle/oratab
@@ -45,7 +45,6 @@
45
45
  fi
46
46
  test_wait
47
47
  test_pid2=$!
48
- echo "$test_pid"
49
48
  echo "$test_pid2"
50
49
  ;;
51
50
  esac