質問編集履歴
1
誤字のため
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
```
|
8
8
|
/bin/bash -lc
|
9
|
-
'cd /home/
|
9
|
+
'cd /home/root/;bundle exec rails runner -e production test.rb user password';
|
10
10
|
```
|
11
11
|
|
12
12
|
上記、パスワードが
|