Fix first run script
This commit is contained in:
parent
7b7c0f445d
commit
d9fc67b79b
@ -47,7 +47,7 @@ function first_run() {
|
|||||||
sleep 10
|
sleep 10
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ ! -a /data/.provisioned ]
|
if [ ! -f "/data/.provisioned" ];
|
||||||
then
|
then
|
||||||
first_run
|
first_run
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user