summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 7a910f5f..a8e1d057 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -12,7 +12,7 @@ explain() {
}
# make sure needed directories exists
-for directory in /srv/jenkins /chroots /chroots/schroots; do
+for directory in /srv/jenkins /chroots /schroots; do
if [ ! -d $directory ] ; then
sudo mkdir $directory
sudo chown jenkins.jenkins $directory