sleep while cryptpad daemon starts
This commit is contained in:
parent
43d0b6190a
commit
0de1341a5f
|
@ -330,6 +330,8 @@ function install_cryptpad {
|
|||
systemctl daemon-reload
|
||||
systemctl start cryptpad.service
|
||||
|
||||
sleep 6
|
||||
|
||||
if [ ! -d $CRYPTPAD_DIR/customize/api ]; then
|
||||
mkdir -p $CRYPTPAD_DIR/customize/api
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue