From 179ae3e29b1baec9c1bfe1bcb5d95d8535427cfa Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Mon, 19 Apr 2021 04:48:53 +0200 Subject: [PATCH] Add osmo stack shell var --- modules/rhizo_base/templates/rccn-functions.sh.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rhizo_base/templates/rccn-functions.sh.erb b/modules/rhizo_base/templates/rccn-functions.sh.erb index 5716005..1caf9c6 100644 --- a/modules/rhizo_base/templates/rccn-functions.sh.erb +++ b/modules/rhizo_base/templates/rccn-functions.sh.erb @@ -2,6 +2,7 @@ # Shell Functions for Rhizomatica Community Celular Network # +OSMO_STACK="<%= @osmo_stack %>" OSMO_HLR_OLD="/var/lib/osmocom/hlr.sqlite3" OSMO_HLR="<%= @hlr_db %>" OSMO_SMS="<%= @sms_db %>"