We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb4f0a commit 963f1e8Copy full SHA for 963f1e8
1 file changed
templates/create.sh.tpl
@@ -2,7 +2,7 @@
2
{assign var=wiggle value=1000}
3
{assign var=dcache_wiggle value=400000}
4
{assign var=cpus value=$vps_slices}
5
-{if in_array($vps_custid, [2773, 8, 2304])} {* we privileged select few *}}
+{if in_array($vps_custid, [2773, 8, 2304])} {* we privileged select few *}
6
{assign var=cpuunits value=1500 * 1.5 * $vps_slices}
7
{else}
8
{assign var=cpuunits value=1500 * $vps_slices}
0 commit comments