Skip to content

Commit

Permalink
implement print current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 10, 2025
1 parent a45d998 commit 1ad779e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/actions/restore-module/70restore_database
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ restore_back_up() {

# Print the current working directory
echo "Current working directory: $(pwd)"
ls -la

# Check if the backup_paths.txt file exists
if [[ ! -f "$BACKUP_FILE" ]]; then
Expand Down

0 comments on commit 1ad779e

Please sign in to comment.