zeus 3 years ago
parent
commit
7c73da0add
  1. 11
      install/usr/share/swarmlab.io/sec/swarmlab-sec

11
install/usr/share/swarmlab.io/sec/swarmlab-sec

@ -179,7 +179,7 @@ if [ -d "$Wdir/project" ]; then
&& ./configure \ && ./configure \
&& make \ && make \
&& make install \ && make install \
&& cd / \ && cd .. \
&& rm libvshadow-alpha-20211114.tar.gz \ && rm libvshadow-alpha-20211114.tar.gz \
&& rm -rf libvshadow-* \ && rm -rf libvshadow-* \
&& rm -rf /volatility3 \ && rm -rf /volatility3 \
@ -279,7 +279,7 @@ if [ "$Wdir" == "$HOME" ]; then
&& ./configure \ && ./configure \
&& make \ && make \
&& make install \ && make install \
&& cd / \ && cd .. \
&& rm libvshadow-alpha-20211114.tar.gz \ && rm libvshadow-alpha-20211114.tar.gz \
&& rm -rf libvshadow-* \ && rm -rf libvshadow-* \
&& rm -rf /volatility3 \ && rm -rf /volatility3 \
@ -526,8 +526,9 @@ up_master ()
#docker-compose up --build -d masterservice #docker-compose up --build -d masterservice
#docker-compose up --force-recreate -d masterservice #docker-compose up --force-recreate -d masterservice
docker-compose rm -f -s -v #docker-compose rm -f -s -v
docker-compose up --build --remove-orphans -d masterservice << ANSWERS #docker-compose up --build --remove-orphans -d masterservice << ANSWERS
docker-compose up --remove-orphans -d masterservice << ANSWERS
yes yes
yes yes
yes yes
@ -706,7 +707,7 @@ done
if [ $COMMAND_UP -eq 1 ]; then if [ $COMMAND_UP -eq 1 ]; then
create_dockerfile create_dockerfile
down_all down_all
clear_all #clear_all
#up_registry # remove for microservices #up_registry # remove for microservices
generate_ssh_keys generate_ssh_keys
build_and_push_image # remove for microservices build_and_push_image # remove for microservices

Loading…
Cancel
Save