Skip to content

Commit

Permalink
edit system-update-sentence
Browse files Browse the repository at this point in the history
After Glayds update method change, rpi-update.sh move in /home/pi
i've change the sentece in Dashboard --> Parameters
  • Loading branch information
C4rlit0 committed May 10, 2017
1 parent b12b66c commit c5429c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/general.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<div ng-show="vm.updatingData"><%= __('system-updating-data') %></div>
</button> </td></tr>
<tr><td><%= __('system-restart') %></td><td><button class="btn btn-success btn-sm" ng-click="vm.shutdown();"><%= __('system-restart-button') %></button></td></tr>
<tr><td><%= __('system-update') %></td><td><%= __('system-update-sentence') %> "/home/pi/gladys/node_modules/gladys/rpi-update.sh"</td></tr>
<tr><td><%= __('system-update') %></td><td><%= __('system-update-sentence') %> "/home/pi/rpi-update.sh"</td></tr>
</tbody>
</table>

</div>
</div>
</div>

0 comments on commit c5429c8

Please sign in to comment.