Fix first run script
This commit is contained in:
parent
7b7c0f445d
commit
d9fc67b79b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ function first_run() {
|
|||
sleep 10
|
||||
}
|
||||
|
||||
if [ ! -a /data/.provisioned ]
|
||||
if [ ! -f "/data/.provisioned" ];
|
||||
then
|
||||
first_run
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue