We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d040c4 commit 5a6bef5Copy full SHA for 5a6bef5
1 file changed
func/rebuild.sh
@@ -228,7 +228,7 @@ rebuild_web_domain_conf() {
228
229
if [ "$STATS" == 'awstats' ]; then
230
if [ ! -e "/etc/awstats/$STATS.$domain_idn.conf" ]; then
231
- ln -s $HOMEDIR/$user/conf/web/$STATS.$domain.conf \
+ ln -f -s $HOMEDIR/$user/conf/web/$STATS.$domain.conf \
232
/etc/awstats/$STATS.$domain_idn.conf
233
fi
234
0 commit comments