Removed logging

This commit is contained in:
Dunemask 2021-08-23 20:35:11 -06:00
parent 05d121b08b
commit bd8fe864c0

View file

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
echo "Creating vanilla predeploy!" echo "Creating vanilla predeploy!"
# Set path correclty # Set path correclty
echo "$PWD"
if [[ $PWD == *"dist" ]]; if [[ $PWD == *"dist" ]];
then cd .. then cd ..
fi fi