mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Change file permissions on factory.zip
Review URL: http://codereview.chromium.org/2714005
This commit is contained in:
parent
d250927093
commit
07eac9ef47
@ -165,6 +165,7 @@ if [ $FLAGS_factory_test_mod -eq $FLAGS_TRUE ] || \
|
||||
then
|
||||
FACTORY_MANIFEST=`ls | grep factory`
|
||||
zip -r "${FACTORY_ZIPFILE}" ${FACTORY_MANIFEST}
|
||||
chmod 644 "${FACTORY_ZIPFILE}"
|
||||
fi
|
||||
cd -
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user