Skip to content

Commit

Permalink
updated - install-backup menu command
Browse files Browse the repository at this point in the history
  • Loading branch information
Robomikel committed Aug 25, 2022
1 parent a4e31fc commit c5a1065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/core_commands.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Function Get-SSMMenu {
Write-log "Function: $($MyInvocation.Mycommand)"
Write-Host ".:.:.:.:.:.:.:. SSM Command Menu .:.:.:.:.:.:.:.
Choose Command: " -F Cyan
$command = Menu @('install A-E', 'install D-M', 'install N-Z', 'start', 'stop', 'update', 'restart', 'monitor', 'backup', 'restore', 'validate', 'install-monitor', 'install-mod', 'install-ws', 'force-update', 'install-Restart', 'query', 'mcrcon', 'discord', 'details', 'exit', 'stats', 'update-mods')
$command = Menu @('install A-E', 'install D-M', 'install N-Z', 'start', 'stop', 'update', 'restart', 'monitor', 'backup', 'restore', 'validate', 'install-monitor', 'install-mod', 'install-ws', 'install-backup', 'force-update', 'install-Restart', 'query', 'mcrcon', 'discord', 'details', 'exit', 'stats', 'update-mods')
clear-Host
Set-Console >$null 2>&1
If ($command -ne "install A-E" -and $command -ne "install D-M" -and $command -ne "install N-Z") {
Expand Down

0 comments on commit c5a1065

Please sign in to comment.