Skip to content

Commit

Permalink
Update target_bootstrap.sh
Browse files Browse the repository at this point in the history
Change dojo to dojo-legacy
  • Loading branch information
mgillam committed Apr 30, 2019
1 parent fb512d5 commit f923d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/target_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sudo docker pull bit0pus/docker-mutillidae
#DOJO
echo 'Setting up Samurai Dojo...'
echo '...cloning repo...'
sudo git clone --recursive https://github.com/SamuraiWTF/Samurai-Dojo.git /opt/targets/samurai-dojo
sudo git clone --recursive https://github.com/SamuraiWTF/Samurai-Dojo-legacy.git /opt/targets/samurai-dojo
echo '...rewriting db config...'
sudo rm /opt/targets/samurai-dojo/src/basic/config.inc
echo "<?php" | sudo tee /opt/targets/samurai-dojo/src/basic/config.inc
Expand Down

0 comments on commit f923d23

Please sign in to comment.