mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 13:01:56 -07:00
Fix indent
This commit is contained in:
parent
8f8f257d3d
commit
3dcc0ee96e
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ 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