From 73e31b79de25298a519671ef8b6c2ab68af9c87e Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 20 Jul 2024 20:18:30 +0400 Subject: directory layout changed --- etc/profile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/profile (limited to 'etc/profile') diff --git a/etc/profile b/etc/profile new file mode 100644 index 0000000..93b503d --- /dev/null +++ b/etc/profile @@ -0,0 +1,10 @@ +# If the /etc/profile.d directory is not sourced automatically +# append this code to /etc/profile + +# Load profiles from /etc/profile.d +if test -d /etc/profile.d/; then + for profile in /etc/profile.d/*.sh; do + test -r "$profile" && . "$profile" + done + unset profile +fi -- cgit v1.2.3