diff --git a/func/rebuild.sh b/func/rebuild.sh index 161d1ba48..a00fbbbc1 100644 --- a/func/rebuild.sh +++ b/func/rebuild.sh @@ -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