mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-01-21 21:47:37 +01:00
fix: minimald unbound
This commit is contained in:
@@ -4,6 +4,7 @@ set -eu
|
|||||||
mkdir -p {{ hostname_base }}
|
mkdir -p {{ hostname_base }}
|
||||||
cd {{ hostname_base }}
|
cd {{ hostname_base }}
|
||||||
|
|
||||||
|
TYPE=""
|
||||||
if [ $# -ne 0 ]; then
|
if [ $# -ne 0 ]; then
|
||||||
TYPE=$1
|
TYPE=$1
|
||||||
fi
|
fi
|
||||||
@@ -49,7 +50,7 @@ if [ $RSYNC_SUCCESS -eq 0 ]; then
|
|||||||
|
|
||||||
# if size changed was copied save new size #
|
# if size changed was copied save new size #
|
||||||
{% if not size_change_commands %}
|
{% if not size_change_commands %}
|
||||||
echo No Sizes to notifiy
|
echo No sizes to notifiy
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for cmd in size_change_commands %}
|
{% for cmd in size_change_commands %}
|
||||||
{{ cmd }}
|
{{ cmd }}
|
||||||
|
|||||||
Reference in New Issue
Block a user