Add 'sudo privileges to README page'
This commit is contained in:
parent
f16cfb7011
commit
e6774a071f
@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
4. sshpass
|
4. sshpass
|
||||||
|
|
||||||
|
5. sudo privileges **"without password"** [(see here)](http://askubuntu.com/questions/147241/execute-sudo-without-password)
|
||||||
|
|
||||||
|
|
||||||
*Setup:*
|
*Setup:*
|
||||||
1. Clone this repo : git clone
|
1. Clone this repo : git clone
|
||||||
|
@ -186,15 +186,17 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- right content -->
|
<!-- right content -->
|
||||||
<div class="col-md-6 col-sm-6 col-xs-12">
|
<div class="col-md-6 col-sm-6 col-xs-12">
|
||||||
|
<% if t["Mount State"] == "mounted" %>
|
||||||
<p>Drag multiple files to the box below for multi upload or click to select files.</p>
|
<p>Drag multiple files to the box below for multi upload or click to select files.</p>
|
||||||
<form action="/file_upload" method="post" enctype="multipart/form-data" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; overflow:auto;">
|
<form action="/file_upload" method="post" enctype="multipart/form-data" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; overflow:auto;">
|
||||||
</form>
|
</form>
|
||||||
<br/>
|
<br/>
|
||||||
|
<% elsif t["Status"] == " Started" %>
|
||||||
|
<% else %>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user