Add 'sudo privileges to README page'

This commit is contained in:
kyg516 2016-09-14 12:21:49 +09:00
parent f16cfb7011
commit e6774a071f
2 changed files with 6 additions and 2 deletions

View File

@ -12,6 +12,8 @@
4. sshpass
5. sudo privileges **"without password"** [(see here)](http://askubuntu.com/questions/147241/execute-sudo-without-password)
*Setup:*
1. Clone this repo : git clone

View File

@ -186,15 +186,17 @@
<% end %>
</div>
<!-- right content -->
<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>
<form action="/file_upload" method="post" enctype="multipart/form-data" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; overflow:auto;">
</form>
<br/>
<% elsif t["Status"] == " Started" %>
<% else %>
<% end %>
</div>
</div>
</div>
</div>