We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa9209 commit 501bca2Copy full SHA for 501bca2
1 file changed
templates/restore.sh.tpl
@@ -1 +1 @@
1
-screen -dmS restore{$vps_id} /root/cpaneldirect/provirted.phar restore{if $module == 'quickservers'} --all{/if} {$param1|escapeshellarg} {$param2|escapeshellarg} {if $vps_vzid == "0"}{$vps_id}{else}{$vps_vzid|escapeshellarg}{/if} {$vps_id};
+screen -dmS backup{$vps_id} /root/cpaneldirect/provirted.phar restore{if $module == 'quickservers'} --all{/if} {$param1|escapeshellarg} {$param2|escapeshellarg} {if $vps_vzid == "0"}{$vps_id}{else}{$vps_vzid|escapeshellarg}{/if} {$vps_id};
0 commit comments