1
0
This repository has been archived on 2025-01-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Anderson Luiz Alves 0464e230c1 stock 103961
2017-07-30 16:48:04 -03:00

14 lines
275 B
Bash
Executable File

#!/bin/sh
# /etc/bewan/init.d/wait-commit
. /etc/bewan/lib/base
base_enter_critical 'store.lock'
base_enter_critical 'save.lock'
# When the two locks are taken we are sure
# that pending commit is terminated
base_exit_critical 'save.lock'
base_exit_critical 'store.lock'