6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
# Update git repo
|
|
git_update.sh -b sale -d "$HTTP_DIR" "$GIT_SOURCE_REPO"
|