We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0bdce commit 16c8c59Copy full SHA for 16c8c59
README.md
@@ -11,7 +11,6 @@ Requirements
11
TODO
12
----
13
14
-- Figure out why the rc script doesn't work on boot.
15
- Stop cloning as `root`.
16
17
Role Variables
templates/rubywarden.j2
@@ -5,7 +5,7 @@
5
datadir="{{ rw_src }}"
6
7
{% if rw_signups == True %}
8
-env="RUBYWARDEN_ENV={{ rw_env }} ALLOW_SIGNUPS=1 PATH=$PATH:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
+env="RUBYWARDEN_ENV={{ rw_env }} ALLOW_SIGNUPS=1 PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
9
{% else %}
10
env="RUBYWARDEN_ENV={{ rw_env }} PATH=$PATH:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
{% endif %}
0 commit comments