disable repeated operation judgment

This commit is contained in:
Ing 2024-06-10 02:42:26 +08:00
parent 40d4a0b4f6
commit 1cee6af3a1

View File

@ -3319,7 +3319,7 @@ function notepadMenu() {
###############################################################################
###############################################################################
if [ $(ps -ef | grep -v grep | grep -c "menu.sh") -gt 1 ]; then
if false && [ $(ps -ef | grep -v grep | grep -c "menu.sh") -gt 1 ]; then
echo "$(TEXT "Another instance of the menu.sh is running.")"
exit 1
fi