Commit b580cc46 authored by Auto Backup's avatar Auto Backup

feat:

parent e5ace154
......@@ -234,7 +234,7 @@ async function checkSs3ops() {
console.log('🔍 Checking ss3ops global installation...');
// Method 1: Try to run ss3ops command
const versionResult = await executeCommand('ss3ops --version');
const versionResult = await executeCommand('ss3ops');
if (versionResult.success) {
console.log(`✅ ss3ops is available: ${versionResult.stdout}`);
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment