mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
[fix][refactor] Don't use relative path in so-setup-network
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
cd setup || exit
|
||||
cd "$(dirname "$0")/setup" || exit 255
|
||||
|
||||
./so-setup network "$@"
|
||||
|
||||
Reference in New Issue
Block a user