aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 57bee9f..418c35c 100755
--- a/install
+++ b/install
@@ -98,7 +98,7 @@ parallel_wait
echo '---------------------------- INSTALL CRONTAB -----------------------------'
-if [ "$(hostname)" = 'charleslaptopcarbon' ]
+if [ "$(cat /etc/hostname)" = 'charleslaptopcarbon' ]
then
cat crontab/user.crontab crontab/laptop.crontab | crontab -
else