We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4094791 + d14b7d9 commit 9d4606bCopy full SHA for 9d4606b
bin/v-update-host-certificate
@@ -76,6 +76,9 @@ $BIN/v-restart-mail
76
if [ ! -z "$IMAP_SYSTEM" ]; then
77
$BIN/v-restart-service "$IMAP_SYSTEM"
78
fi
79
+if [ ! -z "$FTP_SYSTEM" ]; then
80
+ $BIN/v-restart-service "$FTP_SYSTEM"
81
+fi
82
if [ -f "/var/run/vesta-nginx.pid" ]; then
83
kill -HUP $(cat /var/run/vesta-nginx.pid)
84
web/inc/i18n/fa.php
@@ -88,6 +88,7 @@
88
'list records' => 'فهرست پیشینه های %s',
89
'add record' => 'افزودن پیشینه',
90
'list accounts' => 'فهرست حسابهای %s',
91
+ 'Apps' => 'برنامه ها',
92
'add account' => 'افزودن حساب',
93
'open webmail' => 'بازکردن وب میل',
94
'list fail2ban' => 'فهرست fail2ban',
0 commit comments