Skip to content

Commit e029410

Browse files
use sandbox in place of root
1 parent 0216d66 commit e029410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/terminal/www/Terminal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const Terminal = {
182182
system.mkdirs(alpineDir, resolve, reject);
183183
});
184184

185-
logger("📦 Extracting root filesystem...");
185+
logger("📦 Extracting sandbox filesystem...");
186186
await Executor.execute(`tar --no-same-owner -xf ${filesDir}/alpine.tar.gz -C ${alpineDir}`);
187187

188188
logger("⚙️ Applying basic configuration...");

0 commit comments

Comments
 (0)