Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry <jvonau@shaw.ca>2013-01-29 18:05:23 (GMT)
committer Jerry <jvonau@shaw.ca>2013-01-29 18:05:23 (GMT)
commitc2e7f54578603dac16b3f54428e257f67bc59042 (patch)
tree0fc538dd196bfdd8ff47fe45e4515b32f865af3b
parentaf26c19737eec0c0f9e971b40dff75874e98e272 (diff)
ensure our copy of sugar-client.conf is used
-rw-r--r--modules/custom_scripts/kspost.91.custom_scripts.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom_scripts/kspost.91.custom_scripts.inc b/modules/custom_scripts/kspost.91.custom_scripts.inc
index 77851f5..da9d269 100644
--- a/modules/custom_scripts/kspost.91.custom_scripts.inc
+++ b/modules/custom_scripts/kspost.91.custom_scripts.inc
@@ -103,7 +103,7 @@ sed -i -e "s/metadata_expire=7d/metadata_expire=never/" /etc/yum.repos.d/fedora.
# sed -i -e "s/metadata_expire=7d/metadata_expire=never/" /etc/yum.repos.d/fedora-updates.repo
# Configure sugar-client for yum based automatic updater
-cat >> "/etc/sugar-client.conf" << __EOF__
+cat << __EOF__ > "/etc/sugar-client.conf"
[main]
# url to connect to school server's RESTfull API
api-url = http://schoolserver:8000