mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
forcibly rebuild symlink
This commit is contained in:
parent
5d040c4447
commit
5a6bef5e2f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ rebuild_web_domain_conf() {
|
|||
|
||||
if [ "$STATS" == 'awstats' ]; then
|
||||
if [ ! -e "/etc/awstats/$STATS.$domain_idn.conf" ]; then
|
||||
ln -s $HOMEDIR/$user/conf/web/$STATS.$domain.conf \
|
||||
ln -f -s $HOMEDIR/$user/conf/web/$STATS.$domain.conf \
|
||||
/etc/awstats/$STATS.$domain_idn.conf
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue