mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
disable repeated operation judgment
This commit is contained in:
parent
4ca6ec1c8a
commit
f8ba72cfe7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user