We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8f257 commit 3dcc0eeCopy full SHA for 3dcc0ee
1 file changed
bin/v-add-web-domain-httpauth
@@ -79,10 +79,10 @@ echo "$auth_user:$auth_hash" >> $htpasswd
79
80
# Symbolic link for secure web templates
81
if [ ! -L $shtpasswd ]; then
82
- ln -s $htpasswd $shtpasswd
+ ln -s $htpasswd $shtpasswd
83
fi
84
if [ ! -L $shtaccess ]; then
85
-ln -s $htaccess $shtaccess
+ ln -s $htaccess $shtaccess
86
87
88
# Restarting web server
0 commit comments