Skip to content

Commit

Permalink
Правка вывода информационного сообщения.
Browse files Browse the repository at this point in the history
  • Loading branch information
boffart committed Jun 17, 2024
1 parent 84e98d9 commit 9f107aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/System/SystemConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function tryRestoreConf():void
$backupDir = str_replace(['/storage/usbdisk1','/mountpoint'], ['',''], $confBackupDir);
$confFile = $this->configDBPath;
foreach ($storages as $dev => $fs){
SystemMessages::echoToTeletype(" - mount $dev ...".PHP_EOL, true);
SystemMessages::echoToTeletype(PHP_EOL." - mount $dev ...".PHP_EOL, true);
Util::mwMkdir($tmpMountDir."/$dev");
$res = Storage::mountDisk($dev, $fs, $tmpMountDir."/$dev");
if(!$res){
Expand Down

0 comments on commit 9f107aa

Please sign in to comment.