mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
044962d625
commit
a2bc38a766
@ -490,7 +490,7 @@ pctCreateTurnkey(){
|
|||||||
local app=$1
|
local app=$1
|
||||||
shift
|
shift
|
||||||
local TEMPLATE
|
local TEMPLATE
|
||||||
getLatestTemplate '*-turnkey-'$app TEMPLATE
|
getLatestTemplate '.*-turnkey-'$app TEMPLATE
|
||||||
|
|
||||||
pctCreate $1 "$TEMPLATE" "$2" "$3"
|
pctCreate $1 "$TEMPLATE" "$2" "$3"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user