 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v5 01/13] standalone-reset: fix typo
 The script name is sa-init-db not sa-db-init.
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
 standalone-reset |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standalone-reset b/standalone-reset
index 09c0269..8555039 100755
--- a/standalone-reset
+++ b/standalone-reset
@@ -133,7 +133,7 @@ esac
 if test -f standalone.db; then
        ./sa-forget-flight standalone.db "$flight"
 else
-       ./sa-db-init standalone.db
+       ./sa-init-db standalone.db
 fi
 
 : ${BUILD_LVEXTEND_MAX:=50}
-- 
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |