Fix first run script

This commit is contained in:
Przemek Grondek 2017-07-11 23:23:38 +02:00
parent 7b7c0f445d
commit d9fc67b79b

View File

@ -47,7 +47,7 @@ function first_run() {
sleep 10
}
if [ ! -a /data/.provisioned ]
if [ ! -f "/data/.provisioned" ];
then
first_run
fi