qiaofeng1227 1 year ago
parent
commit
ce38b93403
1 changed files with 2 additions and 0 deletions
  1. 2 0
      install/install_plugins.sh

+ 2 - 0
install/install_plugins.sh

@@ -106,4 +106,6 @@ while not q.empty():
         sys.exit(1)  # Exit the program if an error occurred
 END
 
+find /usr/share/cockpit -type f -name "*.py3" -exec chmod +x {} \;
+
 echo "Plugins install successfully..."