projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c273a93
)
fix for out of date hostname
author
Chris Koeritz
<fred@gruntose.com>
Sun, 17 Dec 2017 17:04:04 +0000
(12:04 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 17 Dec 2017 17:04:04 +0000
(12:04 -0500)
scripts/customize/fred/fred_variables.sh
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/fred_variables.sh
b/scripts/customize/fred/fred_variables.sh
index 87d0dbf2d3df5ba2685ddeedafc8016e4404a01e..1ac9756abbc9664281e3ea8ea3e016279dfacea1 100644
(file)
--- a/
scripts/customize/fred/fred_variables.sh
+++ b/
scripts/customize/fred/fred_variables.sh
@@
-10,7
+10,7
@@
if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
# The gruntose web site is expected to reside below, if it exists at all.
export WEBBED_SITES=$HOME/web
- if [ "$(hostname)" = "
zooty.koeritz.com
" ]; then
+ if [ "$(hostname)" = "
hamstertronic
" ]; then
export WEBBED_SITES=/var/www
fi