disable repeated operation judgment

This commit is contained in:
Ing 2024-06-10 02:42:26 +08:00
parent 4ca6ec1c8a
commit f8ba72cfe7

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