mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -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
|
if [ ! -z "$IMAP_SYSTEM" ]; then
|
||||||
$BIN/v-restart-service "$IMAP_SYSTEM"
|
$BIN/v-restart-service "$IMAP_SYSTEM"
|
||||||
fi
|
fi
|
||||||
|
if [ ! -z "$FTP_SYSTEM" ]; then
|
||||||
|
$BIN/v-restart-service "$FTP_SYSTEM"
|
||||||
|
fi
|
||||||
if [ -f "/var/run/vesta-nginx.pid" ]; then
|
if [ -f "/var/run/vesta-nginx.pid" ]; then
|
||||||
kill -HUP $(cat /var/run/vesta-nginx.pid)
|
kill -HUP $(cat /var/run/vesta-nginx.pid)
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -88,6 +88,7 @@ $LANG['fa'] = array(
|
||||||
'list records' => 'فهرست پیشینه های %s',
|
'list records' => 'فهرست پیشینه های %s',
|
||||||
'add record' => 'افزودن پیشینه',
|
'add record' => 'افزودن پیشینه',
|
||||||
'list accounts' => 'فهرست حسابهای %s',
|
'list accounts' => 'فهرست حسابهای %s',
|
||||||
|
'Apps' => 'برنامه ها',
|
||||||
'add account' => 'افزودن حساب',
|
'add account' => 'افزودن حساب',
|
||||||
'open webmail' => 'بازکردن وب میل',
|
'open webmail' => 'بازکردن وب میل',
|
||||||
'list fail2ban' => 'فهرست fail2ban',
|
'list fail2ban' => 'فهرست fail2ban',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue