瀏覽代碼

Fix indent

Made I.T 9 年之前
父節點
當前提交
3dcc0ee96e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bin/v-add-web-domain-httpauth

+ 2 - 2
bin/v-add-web-domain-httpauth

@@ -79,10 +79,10 @@ echo "$auth_user:$auth_hash" >> $htpasswd
 
 # Symbolic link for secure web templates
 if [ ! -L $shtpasswd ]; then
-  ln -s $htpasswd $shtpasswd 
+    ln -s $htpasswd $shtpasswd 
 fi
 if [ ! -L $shtaccess ]; then
-ln -s $htaccess $shtaccess
+    ln -s $htaccess $shtaccess
 fi
 
 # Restarting web server