Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-06-15 13:59:50 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-06-15 13:59:50 (GMT)
commit015056ffaf606ebc951c7e75269d68caf3b9c488 (patch)
tree69b351c1d3f4b7d75c3a8f29fcafc25d50e44be5
parentd6c0bc8dadbf546af459b4923664fb54856511ce (diff)
another fix for the sample content installation
-rw-r--r--soas-sugar.ks3
1 files changed, 2 insertions, 1 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index c678b5e..5bde479 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -216,7 +216,8 @@ su liveuser -c 'sugar-install-bundle *.xo'
rm -f *.xo
# execute script and clean up afterwards
-su liveuser -c sample-content.sh
+chmod a+x sample-content.sh
+su liveuser -c ./sample-content.sh
rm -f sample-content.sh
EOF