autocommit

This commit is contained in:
Yuri Zamyatin 2025-06-09 11:35:35 +00:00
parent 72f91d0395
commit 9da09b8d81

View File

@ -101,9 +101,8 @@ fi
remote_open
add_repos_remote "$data_mnt"
for g in $(groups); do
[ ! -d "/home/$g" ] && continue
add_repos_local "/home/$g/dev" -maxdepth 2
add_repos_local "/home/$g/know" -maxdepth 2
[ -d "/home/$g/dev" ] && add_repos_local "/home/$g/dev" -maxdepth 2
[ -d "/home/$g/know" ] && add_repos_local "/home/$g/know" -maxdepth 2
done
sync_repos "$data_mnt"
remote_close