Skip to content

Commit 08b4f7c

Browse files
committed
set full path in both cases
1 parent 16c8c59 commit 08b4f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rubywarden.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ datadir="{{ rw_src }}"
77
{% if rw_signups == True %}
88
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 }}"
99
{% else %}
10-
env="RUBYWARDEN_ENV={{ rw_env }} PATH=$PATH:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
10+
env="RUBYWARDEN_ENV={{ rw_env }} PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
1111
{% endif %}
1212
daemon="/usr/local/bin/bundle{{ rw_ruby_slug }}"
1313
daemon_flags="exec rackup -p {{ rw_port }} config.ru"

0 commit comments

Comments
 (0)