1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00
This commit is contained in:
dbarzin 2023-03-10 14:13:22 +01:00
parent 323a324281
commit 27a9f96fad
2 changed files with 6 additions and 5 deletions

View file

@ -835,7 +835,7 @@ def get_lock(process_name):
except socket.error:
print('Pandora-box is already running !', file=sys.stderr)
os.execvp('/usr/bin/bash', ['/usr/bin/bash'])
os.execvp('/usr/bin/bash', ['/usr/bin/bash', '--norc'])
sys.exit()