Skip to content

Commit bbed383

Browse files
authored
Minor mistakes in file names
1 parent 40726a4 commit bbed383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/manual/install_awstats_geoip.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ fi
3030
if [ -d /etc/awstats ]; then
3131
perl -MCPAN -f -e "install Geo::IP::PurePerl"
3232
perl -MCPAN -f -e "install Geo::IP"
33-
sed -i '/LoadPlugin=\"geoip GEOIP_STANDARD \/usr\/share\/GeoIP\/GeoIP.dat\"/s/^#//g' /etc/awstats.conf
34-
echo "LoadPlugin=\"geoip GEOIP_STANDARD /usr/share/GeoIP/GeoIP.dat\"" >> $HESTIA/data/templates/web/awstats/awstats.conf
33+
sed -i '/LoadPlugin=\"geoip GEOIP_STANDARD \/usr\/share\/GeoIP\/GeoIP.dat\"/s/^#//g' /etc/awstats/awstats.conf
34+
echo "LoadPlugin=\"geoip GEOIP_STANDARD /usr/share/GeoIP/GeoIP.dat\"" >> $HESTIA/data/templates/web/awstats/awstats.tpl
3535
$HESTIA/bin/v-update-web-templates "yes"
3636
fi
3737

0 commit comments

Comments
 (0)