8 lines
106 B
Bash
8 lines
106 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
/var/lib/one/remotes/datastore/vitastor/install.sh
|
|
fi
|