@@ -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