Skip to content

Commit

Permalink
quick upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 4, 2024
1 parent ec6ce51 commit d9e5f11
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions functions/cloudSyncHealth.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,8 @@ function cloudSyncHealth(){
}else{
echo "<td>Provider Status: </td><td class='alert--success'><strong>Success</strong></td>"
}
echo "</tr><tr>"

if (Get-Service -Name "CloudWatch" -ErrorAction SilentlyContinue) {
echo "<td>Watcher Status: </td><td class='alert--success'><strong>Success</strong></td>"
}else{
echo "<td>Watcher Status: </td><td class='alert--danger'><strong>Failure, please reinstall</strong></td>"
exit
}
echo "</tr>"
$miArreglo = @("Cemu","citra","dolphin","duckstation","MAME","melonds","mgba","pcsx2","ppsspp","primehack","retroarch","rpcs3","scummvm","Vita3K","yuzu","ryujinx")
$miArreglo = @("retroarch")

foreach ($elemento in $miArreglo) {
cloud_sync_upload_test $elemento
Expand Down

0 comments on commit d9e5f11

Please sign in to comment.