This commit is contained in:
Your Name 2023-12-26 13:38:40 +03:00
parent 9126921467
commit 4ef2511b9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ $(id -u) -ne 0 ]; then
echo "Run script without root" > &2
echo "Run script without root" >&2
exit 1
fi