Browse Source

Added missing word.

website
Tim Zabel 7 years ago
parent
commit
1342784de9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/postinstall

+ 1
- 1
scripts/postinstall View File

@ -7,7 +7,7 @@
# Check that the current user is root
if [ $EUID != 0 ]
then
echo "Please run this script as root ( $@$0)."
echo "Please run this script as root (sudo $@$0)."
exit
fi
echo

Loading…
Cancel
Save