質問編集履歴

1

記載漏れ

2017/01/24 08:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -42,13 +42,15 @@
42
42
 
43
43
  echo " Tomcat Start"
44
44
 
45
-
45
+ ;;
46
46
 
47
47
  'stop')
48
48
 
49
49
  runuser -l tomcat -c "nohup /usr/local/tomcat/bin/shutdown.sh > /dev/null"
50
50
 
51
51
  echo " Tomcat stop"
52
+
53
+ ;;
52
54
 
53
55
  *)
54
56