Skip to content

Commit 9d4606b

Browse files
authored
Merge pull request hestiacp#1 from serghey-rodin/master
Update from master
2 parents 4094791 + d14b7d9 commit 9d4606b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/v-update-host-certificate

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ $BIN/v-restart-mail
7676
if [ ! -z "$IMAP_SYSTEM" ]; then
7777
$BIN/v-restart-service "$IMAP_SYSTEM"
7878
fi
79+
if [ ! -z "$FTP_SYSTEM" ]; then
80+
$BIN/v-restart-service "$FTP_SYSTEM"
81+
fi
7982
if [ -f "/var/run/vesta-nginx.pid" ]; then
8083
kill -HUP $(cat /var/run/vesta-nginx.pid)
8184
fi

web/inc/i18n/fa.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
'list records' => 'فهرست پیشینه های %s',
8989
'add record' => 'افزودن پیشینه',
9090
'list accounts' => 'فهرست حسابهای %s',
91+
'Apps' => 'برنامه ها',
9192
'add account' => 'افزودن حساب',
9293
'open webmail' => 'بازکردن وب میل',
9394
'list fail2ban' => 'فهرست fail2ban',

0 commit comments

Comments
 (0)