License update & egrep replacement for hooks
This commit is contained in:
@@ -51,7 +51,7 @@ function writeOutList() {
|
||||
printf "$(echo "$clone" | sed 's#^\.\/##' | sed 's/\/$//') "
|
||||
git config remote.origin.url
|
||||
cd $HOME
|
||||
done | sort | uniq | egrep -iv 'aninix|gitea@localhost|/srv/foundation|homedir' > "$conffile"
|
||||
done | sort | uniq | grep -E -iv 'aninix|gitea@localhost|/srv/foundation|homedir' > "$conffile"
|
||||
exit $?
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user