mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
Factory install: unbreak
BUG=None TEST=None Review URL: http://codereview.chromium.org/3169016
This commit is contained in:
parent
6faff36229
commit
4db8bd0738
@ -16,9 +16,9 @@ if [ -z "$2" -o -z "$1" ]; then
|
||||
fi
|
||||
|
||||
if [ "$CROS_GENERATE_UPDATE_PAYLOAD_CALLED" != "1" ]; then
|
||||
echo "WARNING:"
|
||||
echo "This script should only be called from cros_generate_update_payload"
|
||||
echo "Please run that script with --help to see how to use it."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $(whoami) = "root" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user