質問編集履歴

2

/bin/sh を追加して実行しましたがだめでした

2018/12/15 13:22

投稿

blue_1997
blue_1997

スコア9

test CHANGED
File without changes
test CHANGED
@@ -58,6 +58,6 @@
58
58
 
59
59
 
60
60
 
61
- cd /path/to/the/script && ./the_script.sh
61
+ cd /path/to/the/script && /bin/sh ./the_script.sh
62
62
 
63
63
  ```

1

vnc の typo 修正

2018/12/15 13:22

投稿

blue_1997
blue_1997

スコア9

test CHANGED
@@ -1 +1 @@
1
- vcnserver起動時にvnc内のターミナルからスクリプトを自動実行したい
1
+ vncserver起動時にvnc内のターミナルからスクリプトを自動実行したい
test CHANGED
File without changes