Merge branch 'stable' into v2.0.0

This commit is contained in:
Usman Nasir
2020-04-16 18:59:47 +05:00
3 changed files with 5 additions and 5 deletions

View File

@@ -446,10 +446,10 @@ class InstallCyberPanel:
command = 'echo "40110 40210" > /etc/pure-ftpd/conf/PassivePortRange'
subprocess.call(command, shell=True)
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-common_1.0.47-3_all.deb'
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-common_1.0.47-3build1_all.deb'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-mysql_1.0.47-3_amd64.deb'
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-mysql_1.0.47-3build1_amd64.deb'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = 'dpkg --install --force-confold pure-ftpd-common_1.0.47-3_all.deb'

Binary file not shown.

View File

@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: CyberPanel\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-21 19:54+0500\n"
"PO-Revision-Date: 2020-03-20 22:19+0900\n"
"PO-Revision-Date: 2020-04-08 00:33+0900\n"
"Last-Translator: @ kazuo210 <kazu.nito@gmail.com>\n"
"Language-Team: LANGUAGE <unasir@litespeedtech.com>\n"
"Language: ja\n"
@@ -1970,7 +1970,7 @@ msgstr "インストール済みプラグイン"
#: baseTemplate/templates/baseTemplate/index.html:898
msgid "Installed"
msgstr "インストールされました"
msgstr "インストール済み"
#: baseTemplate/templates/baseTemplate/versionManagment.html:3
msgid "Version Management - CyberPanel"
@@ -6553,7 +6553,7 @@ msgstr "SSH ユーザー "
#: websiteFunctions/templates/websiteFunctions/sshAccess.html:29
msgid " is "
msgstr " "
msgstr " : "
#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:3
msgid "Suspend/Unsuspend Website - CyberPanel"