mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-02 11:47:56 +00:00
Initial checkin for username creation
This commit is contained in:
4
run.sh
4
run.sh
@@ -5,7 +5,7 @@ daemon=ucentralsec
|
|||||||
if [[ "$1" == "aws" ]]
|
if [[ "$1" == "aws" ]]
|
||||||
then
|
then
|
||||||
cp ${daemon}.properties.aws ${daemon}.properties
|
cp ${daemon}.properties.aws ${daemon}.properties
|
||||||
. /set_end.sh
|
. /set_env.sh
|
||||||
cd cmake-build
|
cd cmake-build
|
||||||
./${daemon} --daemon
|
./${daemon} --daemon
|
||||||
echo "Running AWS version as daemon..."
|
echo "Running AWS version as daemon..."
|
||||||
@@ -14,7 +14,7 @@ fi
|
|||||||
if [[ "$1" == "priv" ]]
|
if [[ "$1" == "priv" ]]
|
||||||
then
|
then
|
||||||
cp ${daemon}.properties.priv ${daemon}.properties
|
cp ${daemon}.properties.priv ${daemon}.properties
|
||||||
. /set_end.sh
|
. /set_env.sh
|
||||||
cd cmake-build
|
cd cmake-build
|
||||||
./${daemon} --daemon
|
./${daemon} --daemon
|
||||||
echo "Running private version as daemon..."
|
echo "Running private version as daemon..."
|
||||||
|
|||||||
Reference in New Issue
Block a user