We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HOTFIXES_DIR
1 parent 1e902d0 commit fadbf4eCopy full SHA for fadbf4e
apply-hotfixes.sh
@@ -3,7 +3,7 @@
3
# Apply all hot-fixes in specified folder
4
5
APPLIED_DIR="/tmp/hotfixes-applied"
6
-HOTFIXES_DIR="/hotfixes"
+HOTFIXES_DIR="${HOTFIXES_DIR:-/hotfixes}"
7
if [ $# -gt 0 ]; then
8
HOTFIXES_DIR="$1"
9
fi
0 commit comments