Skip to content

Commit

Permalink
scripts/check_dir_permission.sh: enable strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-utkin committed Apr 15, 2024
1 parent be58459 commit b98a6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_dir_permission.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail

# Script to change permissions and ownership of a directory, with enhanced safety checks

Expand Down

0 comments on commit b98a6c0

Please sign in to comment.