This commit is contained in:
qiaofeng1227 2023-11-01 17:39:12 +08:00
parent b7f85bedfe
commit ce38b93403

View file

@ -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..."