mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 19:54:25 -04:00
Update setup.sh
This commit is contained in:
parent
df1a4e6e47
commit
a5410484d3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
if [ (id -u) -eq 0 ]; then
|
if [ $(id -u) -eq 0 ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "[X] You cannot run this script as root. You must run it as a non-root user with sudo ability."
|
echo "[X] You cannot run this script as root. You must run it as a non-root user with sudo ability."
|
||||||
echo " (create a new non-privileged user 'archivebox' if necessary, then re-run the script as that user)"
|
echo " (create a new non-privileged user 'archivebox' if necessary, then re-run the script as that user)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue