aboutsummaryrefslogtreecommitdiff
path: root/specials
diff options
context:
space:
mode:
authorPjotr Prins2024-04-05 11:14:39 +0200
committerPjotr Prins2024-04-05 11:14:39 +0200
commit070ee145c591795cc42146b4943fbc7d65132e34 (patch)
tree5b28082f93cc820420e05e934a9f5a98e1561ef7 /specials
parent5f326f1d9930b7c144c417ace8ff36e37ca30d82 (diff)
downloadgn-machines-070ee145c591795cc42146b4943fbc7d65132e34.tar.gz
Document configuration settings
Diffstat (limited to 'specials')
-rwxr-xr-xspecials/gndev-deploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/specials/gndev-deploy.sh b/specials/gndev-deploy.sh
index 1b00b0b..40fe8db 100755
--- a/specials/gndev-deploy.sh
+++ b/specials/gndev-deploy.sh
@@ -4,6 +4,7 @@
#
# genenetwork-machines --- Guix configuration for genenetwork machines
# Copyright © 2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
+# Copyright © 2024 Pjotr Prins <pjotr.public01@thebird.nl>
#
# This file is part of genenetwork-machines.
#
@@ -25,7 +26,7 @@
# this script should not be run as root.
if [ "$EUID" -eq 0 ]
- then echo "Please do not run as root."
+ then echo "Please do not run as root."
exit
fi