Changed working directory to /home/aadhavan/Programming/Bash/sitegen

This commit is contained in:
2024-02-10 00:29:14 -05:00
parent 73d608e40f
commit cc3bdae903

View File

@@ -1,6 +1,6 @@
#!/bin/bash
BASE_PATH=$(dirname "$0")
BASE_PATH="$PWD"
check_for_dirs() {
if [ ! -d "${BASE_PATH}/source" ]; then