Skip to content

Commit 3dcc0ee

Browse files
Fix indent
1 parent 8f8f257 commit 3dcc0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-add-web-domain-httpauth

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ echo "$auth_user:$auth_hash" >> $htpasswd
7979

8080
# Symbolic link for secure web templates
8181
if [ ! -L $shtpasswd ]; then
82-
ln -s $htpasswd $shtpasswd
82+
ln -s $htpasswd $shtpasswd
8383
fi
8484
if [ ! -L $shtaccess ]; then
85-
ln -s $htaccess $shtaccess
85+
ln -s $htaccess $shtaccess
8686
fi
8787

8888
# Restarting web server

0 commit comments

Comments
 (0)