Skip to content

Commit 963f1e8

Browse files
committed
fix
1 parent 9fb4f0a commit 963f1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/create.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{assign var=wiggle value=1000}
33
{assign var=dcache_wiggle value=400000}
44
{assign var=cpus value=$vps_slices}
5-
{if in_array($vps_custid, [2773, 8, 2304])} {* we privileged select few *}}
5+
{if in_array($vps_custid, [2773, 8, 2304])} {* we privileged select few *}
66
{assign var=cpuunits value=1500 * 1.5 * $vps_slices}
77
{else}
88
{assign var=cpuunits value=1500 * $vps_slices}

0 commit comments

Comments
 (0)