diff --git a/SOLUTION b/SOLUTION index 0e969ab..f482545 100644 --- a/SOLUTION +++ b/SOLUTION @@ -1,3 +1,4 @@ - << Change this line. The secret must be placed in the first line +814c5723c21e7e90a3eae36c8df3c513 +<< Change this line. The secret must be placed in the first line # Good Luck! \ No newline at end of file diff --git a/mySolution.sh b/mySolution.sh old mode 100644 new mode 100755 index e69de29..fc8d2ca --- a/mySolution.sh +++ b/mySolution.sh @@ -0,0 +1,8 @@ +wget https://exit-zero-academy.github.io/DevOpsTheHardWayAssets/linux_project/secretGenerator.tar.gz +tar -xvf secretGenerator.tar.gz +cd src +mkdir -p secretDir +rm -rf maliciousFiles +touch secretDir/.secret +chmod 600 secretDir/.secret +/bin/bash generateSecret.sh diff --git a/test/test.sh b/test/test.sh old mode 100644 new mode 100755