This commit is contained in:
committer@tuxwarrior
2026-04-05 17:32:19 -05:00
parent df0c6345c0
commit e9fea0ae2f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
this_file_name=`basename "$0"`
echo "$this_file_name"
git_dir=/home/${USER}/syncDir/gitRepos/
git_dir=/home/${USER}/syncDir/repos/git/
find ${git_dir} -type f -iname "*.sh" -exec chmod 755 {} \;