Browse code

Merge "Fix the option of a2ensite command"

Jenkins authored on 2013/12/21 21:26:40
Showing 1 changed files
... ...
@@ -62,7 +62,7 @@ function init_trema() {
62 62
     sudo sed -i -e "s|/home/sliceable_switch/script|$TREMA_SS_SCRIPT_DIR|" \
63 63
         $TREMA_SS_APACHE_CONFIG
64 64
     sudo a2enmod rewrite actions
65
-    sudo a2ensite sliceable_switch
65
+    sudo a2ensite sliceable_switch.conf
66 66
 
67 67
     cp $TREMA_SS_DIR/sliceable_switch_null.conf $TREMA_SS_CONFIG
68 68
     sed -i -e "s|^\$apps_dir.*$|\$apps_dir = \"$TREMA_DIR/apps\"|" \