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
 # Symbolic link for secure web templates
 if [ ! -L $shtpasswd ]; then
 if [ ! -L $shtpasswd ]; then
-  ln -s $htpasswd $shtpasswd 
+    ln -s $htpasswd $shtpasswd 
 fi
 fi
 if [ ! -L $shtaccess ]; then
 if [ ! -L $shtaccess ]; then
-ln -s $htaccess $shtaccess
+    ln -s $htaccess $shtaccess
 fi
 fi
 
 
 # Restarting web server
 # Restarting web server