Skip to content

Commit 8f8fc24

Browse files
committed
Remove old language formats
1 parent 17ee179 commit 8f8fc24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/upgrade/versions/1.3.0.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,9 @@ if [ "$FTP_SYSTEM" == "proftpd" ]; then
4141
cp -f $HESTIA_INSTALL_DIR/proftpd/proftpd.conf /etc/proftpd/
4242
cp -f $HESTIA_INSTALL_DIR/proftpd/tls.conf /etc/proftpd/
4343

44+
fi
45+
46+
echo "[!] Clean up old language files"
47+
if [ -e $HESTIA/web/inc/i18n/en.php ]; then
48+
rm -f -r $HESTIA/web/inc/i18n
4449
fi

0 commit comments

Comments
 (0)