summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfiles/scripts/update-fullfiletimelist2
-rwxr-xr-xroles/bodhi2/backend/files/update-fullfilelist4
-rwxr-xr-xroles/releng/files/update-fullfilelist4
3 files changed, 5 insertions, 5 deletions
diff --git a/files/scripts/update-fullfiletimelist b/files/scripts/update-fullfiletimelist
index 26ea2f4f6..ddb481dcd 100755
--- a/files/scripts/update-fullfiletimelist
+++ b/files/scripts/update-fullfiletimelist
@@ -17,6 +17,6 @@ if diff $TMPFILE fullfiletimelist > /dev/null; then
rm -f $TMPFILE
else
mv $TMPFILE fullfiletimelist
+ chmod 0644 fullfiletimelist
fi
-chmod 0644 fullfiletimelist
popd > /dev/null
diff --git a/roles/bodhi2/backend/files/update-fullfilelist b/roles/bodhi2/backend/files/update-fullfilelist
index 07e16971d..f044cf7fb 100755
--- a/roles/bodhi2/backend/files/update-fullfilelist
+++ b/roles/bodhi2/backend/files/update-fullfilelist
@@ -17,8 +17,8 @@ if diff $TMPFILE fullfilelist > /dev/null; then
rm -f $TMPFILE
else
mv $TMPFILE fullfilelist
+ chmod 0644 fullfilelist
fi
-chmod 0644 fullfilelist
popd > /dev/null
# This is the new list with timestamps
@@ -30,6 +30,6 @@ if diff $TMPFILE fullfiletimelist > /dev/null; then
rm -f $TMPFILE
else
mv $TMPFILE fullfiletimelist
+ chmod 0644 fullfiletimelist
fi
-chmod 0644 fullfiletimelist
popd > /dev/null
diff --git a/roles/releng/files/update-fullfilelist b/roles/releng/files/update-fullfilelist
index 07e16971d..f044cf7fb 100755
--- a/roles/releng/files/update-fullfilelist
+++ b/roles/releng/files/update-fullfilelist
@@ -17,8 +17,8 @@ if diff $TMPFILE fullfilelist > /dev/null; then
rm -f $TMPFILE
else
mv $TMPFILE fullfilelist
+ chmod 0644 fullfilelist
fi
-chmod 0644 fullfilelist
popd > /dev/null
# This is the new list with timestamps
@@ -30,6 +30,6 @@ if diff $TMPFILE fullfiletimelist > /dev/null; then
rm -f $TMPFILE
else
mv $TMPFILE fullfiletimelist
+ chmod 0644 fullfiletimelist
fi
-chmod 0644 fullfiletimelist
popd > /dev/null