fix typo
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 23 Nov 2009 18:05:44 +0000 (18:05 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 23 Nov 2009 18:05:44 +0000 (18:05 +0000)
vbuild-init-vserver.sh

index 6c4d7c5..64ed84c 100755 (executable)
@@ -58,7 +58,7 @@ function configure_yum_in_vserver () {
 
     # for using vtest-init-vserver.sh as a general-purpose vserver creation wrapper
     # just mention 'none' as the repo url
-    if [ -n "$MYPLC_MODE" -a "$REPO_URL" !- "none" ] ; then
+    if [ -n "$MYPLC_MODE" -a "$REPO_URL" != "none" ] ; then
        if [ ! -d /vservers/$vserver/etc/yum.repos.d ] ; then
            echo "WARNING : cannot create myplc repo"
        else