mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
commit
9d4606bd78
2 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,9 @@ $BIN/v-restart-mail
|
|||
if [ ! -z "$IMAP_SYSTEM" ]; then
|
||||
$BIN/v-restart-service "$IMAP_SYSTEM"
|
||||
fi
|
||||
if [ ! -z "$FTP_SYSTEM" ]; then
|
||||
$BIN/v-restart-service "$FTP_SYSTEM"
|
||||
fi
|
||||
if [ -f "/var/run/vesta-nginx.pid" ]; then
|
||||
kill -HUP $(cat /var/run/vesta-nginx.pid)
|
||||
fi
|
||||
|
|
|
@ -88,6 +88,7 @@ $LANG['fa'] = array(
|
|||
'list records' => 'فهرست پیشینه های %s',
|
||||
'add record' => 'افزودن پیشینه',
|
||||
'list accounts' => 'فهرست حسابهای %s',
|
||||
'Apps' => 'برنامه ها',
|
||||
'add account' => 'افزودن حساب',
|
||||
'open webmail' => 'بازکردن وب میل',
|
||||
'list fail2ban' => 'فهرست fail2ban',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue