autocommit
This commit is contained in:
parent
09ed42abc7
commit
72f91d0395
@ -100,8 +100,11 @@ fi
|
||||
|
||||
remote_open
|
||||
add_repos_remote "$data_mnt"
|
||||
add_repos_local "/home/$(whoami)/dev" -maxdepth 2
|
||||
add_repos_local "/home/$(whoami)/know" -maxdepth 2
|
||||
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
|
||||
done
|
||||
sync_repos "$data_mnt"
|
||||
remote_close
|
||||
echo ALL OK
|
||||
|
Loading…
Reference in New Issue
Block a user