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/