mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-27 06:54:21 +00:00
fix snap time regex replacement
This commit is contained in:
parent
21c6eb18dc
commit
6e9f4cd885
@ -116,7 +116,7 @@ if ($config->snap->storage->local->enabled)
|
||||
|
||||
$time = preg_replace(
|
||||
'/^([\d]+)\.tar\.gz&/',
|
||||
'',
|
||||
'$1',
|
||||
$basename
|
||||
);
|
||||
|
||||
@ -170,7 +170,7 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)
|
||||
|
||||
$time = preg_replace(
|
||||
'/^([\d]+)\.tar\.gz&/',
|
||||
'',
|
||||
'$1',
|
||||
$basename
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user