mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[refactor][fix] Move so_version to so-variables
This commit is contained in:
@@ -18,8 +18,6 @@
|
|||||||
source ./so-whiptail
|
source ./so-whiptail
|
||||||
source ./so-variables
|
source ./so-variables
|
||||||
source ./so-common-functions
|
source ./so-common-functions
|
||||||
so_version=1.2.1
|
|
||||||
|
|
||||||
|
|
||||||
accept_salt_key_remote() {
|
accept_salt_key_remote() {
|
||||||
systemctl restart salt-minion
|
systemctl restart salt-minion
|
||||||
|
|||||||
@@ -33,3 +33,6 @@ export percentage=0
|
|||||||
export percentage_str='Getting started'
|
export percentage_str='Getting started'
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
export so_version=1.2.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user