From e5ecf310d6c0e998e0c31b19d3e1ef1dfc8688a9 Mon Sep 17 00:00:00 2001 From: Hassan Hashmi <75794688+hassanhashmey@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:10:28 +0500 Subject: [PATCH] fix filemanger v2 --- filemanager/templates/filemanager/indexv2.html | 6 +++--- upgrade.sh | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/filemanager/templates/filemanager/indexv2.html b/filemanager/templates/filemanager/indexv2.html index cc607b900..d81219880 100644 --- a/filemanager/templates/filemanager/indexv2.html +++ b/filemanager/templates/filemanager/indexv2.html @@ -42,7 +42,7 @@
-
+
{{ domainName }}
@@ -52,7 +52,7 @@

Current Path

-
@@ -584,7 +584,7 @@
  • {% trans "Edit" %} diff --git a/upgrade.sh b/upgrade.sh index b387b67c7..1d2e61219 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -6,6 +6,7 @@ ## Then run it like below. ## /usr/local/CyberCP/upgrade.sh + cd /usr/local/CyberCP && /usr/local/CyberCP/bin/python manage.py collectstatic --no-input rm -rf /usr/local/CyberCP/public/static/* cp -R /usr/local/CyberCP/static/* /usr/local/CyberCP/public/static/