autocommit
This commit is contained in:
parent
72f91d0395
commit
9da09b8d81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user