Commit 3bf75c6f authored by Egor Kremnev's avatar Egor Kremnev

fix scripts

parent d66dbfe7
......@@ -6,7 +6,8 @@ echo "<===== Run apply-update.sh ====>"
echo "================================"
if [[ "$(id -u)" != "0" ]]; then
echo "This script must be run as root. ${whoami}" 1>&2
echo "This script must be run as root." 1>&2
echo "User ${whoami}"
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment