From e6774a071f64608ae76bfddff7bd44708fae8c0f Mon Sep 17 00:00:00 2001 From: kyg516 Date: Wed, 14 Sep 2016 12:21:49 +0900 Subject: [PATCH] Add 'sudo privileges to README page' --- README.md | 2 ++ app/views/volume/index.html.erb | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41c7444..63c15fb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/views/volume/index.html.erb b/app/views/volume/index.html.erb index c3d336f..538f090 100644 --- a/app/views/volume/index.html.erb +++ b/app/views/volume/index.html.erb @@ -186,15 +186,17 @@ <% end %> -
+ <% if t["Mount State"] == "mounted" %>

Drag multiple files to the box below for multi upload or click to select files.


+ <% elsif t["Status"] == " Started" %> + <% else %> + <% end %>
-