WIP: openvpn
This commit is contained in:
@@ -9,6 +9,11 @@ for service in "./services"/*/; do
|
||||
[ -d "$service" ] || continue
|
||||
cd "$service" || continue
|
||||
|
||||
# Run install.sh if installing for the first time (if $1 is "install")
|
||||
if [ "$1" = "install" ] && [ -f "install.sh" ]; then
|
||||
source ./install.sh
|
||||
fi
|
||||
|
||||
# Run update.sh if present
|
||||
if [ -f "update.sh" ]; then
|
||||
source ./update.sh
|
||||
|
||||
Reference in New Issue
Block a user