mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1246 from icyfork/ubuntu_daily_set_stable_rev
Disable shell error about unbound variable during daily install
This commit is contained in:
commit
819ce0ff53
1 changed files with 4 additions and 0 deletions
|
@ -584,6 +584,10 @@ if [ "$ITYPE" = "git" ]; then
|
|||
# Disable shell warning about unbound variable during git install
|
||||
STABLE_REV="latest"
|
||||
|
||||
elif [ "$ITYPE" = "daily" ]; then
|
||||
# Disable shell error about unbound variable during daily install
|
||||
STABLE_REV="latest"
|
||||
|
||||
# If doing stable install, check if version specified
|
||||
elif [ "$ITYPE" = "stable" ]; then
|
||||
if [ "$#" -eq 0 ];then
|
||||
|
|
Loading…
Add table
Reference in a new issue