Skip to content

Commit

Permalink
Fix BACKUP_LOC directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Nov 8, 2024
1 parent 09cdae7 commit 34edd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prune.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export BACKUP_LOC=/tmp/sanford/$(date +"%Y.%m.%d.%N" | cut -b1-14)
export BACKUP_LOC=/tmp/sanford-ui/$(date +"%Y.%m.%d.%N" | cut -b1-14)
mkdir -p $BACKUP_LOC

# Candidates to be pruned
Expand Down

0 comments on commit 34edd91

Please sign in to comment.