@@ -1,5 +1,7 @@
#!/bin/bash
for file in os.d/*.bash; do
bash $file
BASEDIR=$(cd "$(dirname "$0")" && pwd)
for file in "${BASEDIR}"/os.d/*.bash; do
bash "${file}"
done
The note is not visible to the blocked user.