mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Fix indent
This commit is contained in:
parent
8f8f257d3d
commit
3dcc0ee96e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue