@ -1,9 +1,12 @@
#!/bin/bash
cd "$(dirname "$0")"
INTERACTIVE=$(tty -s && echo "true" || echo "false")
INTERACTIVE=false
if [[ $- == *i* ]] then
INTERACTIVE=true
fi
echo "Interactive: $INTERACTIVE"
#Loading all the helper scripts
. ./helpers/installer.sh --source-only
The note is not visible to the blocked user.