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:
160ff92
)
fixed omitted quote
author
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Nov 2017 05:35:23 +0000
(
00:35
-0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Nov 2017 05:35:23 +0000
(
00:35
-0500)
scripts/system/add_domain.sh
patch
|
blob
|
history
diff --git
a/scripts/system/add_domain.sh
b/scripts/system/add_domain.sh
index df4f5ea5656cadcfa7804f5ba5dba4a633b45c19..b40cdc5703d99e264ff448b0a89c21c0b9c54bba 100644
(file)
--- a/
scripts/system/add_domain.sh
+++ b/
scripts/system/add_domain.sh
@@
-36,7
+36,7
@@
function write_new_domain_file()
echo "The domain configuration file already exists at:"
echo " $domain_file"
echo "Since we don't want to tear that down if it has specialized configuration"
- echo "data in it, we will just leave it in place and consider our job done.
+ echo "data in it, we will just leave it in place and consider our job done.
"
exit 0
fi