diff --git a/config/app.go b/config/app.go index 63bfa273..4f0b5177 100644 --- a/config/app.go +++ b/config/app.go @@ -74,8 +74,10 @@ func init() { // the language folders that are provided through your application. "fallback_locale": "zh_CN", - // Application Translation Path + // Application Lang Path // + // The path to the language files for the application. You may change + // the path to a different directory if you would like to customize it. "lang_path": filepath.Join(support.RootPath, "lang"), // Encryption Key diff --git a/scripts/podman/install.sh b/scripts/podman/install.sh index c8cb93a2..9cf07ad8 100644 --- a/scripts/podman/install.sh +++ b/scripts/podman/install.sh @@ -37,8 +37,10 @@ else fi systemctl enable podman +systemctl enable podman.socket systemctl enable podman-restart systemctl start podman +systemctl start podman.socket systemctl start podman-restart panel writePlugin podman ${podmanVersion} diff --git a/scripts/update_panel.sh b/scripts/update_panel.sh index b6215ae5..f385c88e 100644 --- a/scripts/update_panel.sh +++ b/scripts/update_panel.sh @@ -116,8 +116,10 @@ if version_lt "$oldVersion" "2.2.9"; then cp /usr/share/containers/storage.conf /etc/containers/storage.conf fi systemctl enable podman + systemctl enable podman.socket systemctl enable podman-restart systemctl start podman + systemctl start podman.socket systemctl start podman-restart fi fi