Skip to content

Commit

Permalink
Merge pull request #21 from cherub-i/comment-proofing-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Dec 23, 2023
2 parents 7694ff3 + dfb8576 commit 340410a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
while read -r path; do
file=$(basename "$path")
cp -r "$path" "$parent_path/$backup_folder"
done < <(grep 'path_' "$parent_path"/.env | sed 's/^.*=//')
done < <(grep -v '^#' "$parent_path"/.env | grep 'path_' | sed 's/^.*=//')

# Git commands
git init
Expand Down

0 comments on commit 340410a

Please sign in to comment.