5 lines
124 B
Bash
5 lines
124 B
Bash
#! /usr/bin/env bash
|
|
cd /opt/cisoas/ciso-assistant-community/enterprise
|
|
pushd ..
|
|
./update-ciso-assistant.sh enterprise
|
|
popd
|