Commit d66dbfe7 authored by Egor Kremnev's avatar Egor Kremnev

fix scripts

parent 0b6fa73f
...@@ -6,7 +6,7 @@ echo "<===== Run apply-update.sh ====>" ...@@ -6,7 +6,7 @@ echo "<===== Run apply-update.sh ====>"
echo "================================" echo "================================"
if [[ "$(id -u)" != "0" ]]; then if [[ "$(id -u)" != "0" ]]; then
echo "This script must be run as root" 1>&2 echo "This script must be run as root. ${whoami}" 1>&2
exit 1 exit 1
fi 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