committing changes in /etc made by "bash almalinux-deploy.sh -d"

Package changes:
This commit is contained in:
2022-07-05 13:42:24 +03:00
parent 019b8090a3
commit 7813b41209
24 changed files with 306 additions and 421 deletions

View File

@@ -20,7 +20,7 @@ bash|sh)
;;
esac
function which {
which () {
(alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
}