mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-13 20:04:45 +08:00
9 lines
152 B
Bash
9 lines
152 B
Bash
#!/bin/sh
|
|
|
|
if [ -r /lib/functions/istore_runtime.sh ]; then
|
|
. /lib/functions/istore_runtime.sh
|
|
istore_runtime_init >/dev/null 2>&1 || true
|
|
fi
|
|
|
|
exit 0
|