mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-29 08:16:26 +08:00
Reformat file with black
This commit is contained in:
parent
06d3438411
commit
4f06e2810f
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def auto_upgrader(
|
|||
f'echo "Moving upgraded dist from {upgrade_dist} to {CURRENT_DIR}" >> "{log_file}" 2>&1 && '
|
||||
f'move /Y "{upgrade_dist}" "{CURRENT_DIR}" >> "{log_file}" 2>&1 && '
|
||||
f'echo "Copying optional configuration files from {backup_dist} to {CURRENT_DIR}" >> "{log_file}" 2>&1 && '
|
||||
fr'copy /Y "{backup_dist}\*.conf" {CURRENT_DIR} >> "{log_file}" 2>&1 & '
|
||||
rf'copy /Y "{backup_dist}\*.conf" {CURRENT_DIR} >> "{log_file}" 2>&1 & '
|
||||
f'echo "Loading new executable {CURRENT_EXECUTABLE} --version" >> "{log_file}" 2>&1 && '
|
||||
f'"{CURRENT_EXECUTABLE}" --version >> "{log_file}" 2>&1 & '
|
||||
f"IF %ERRORLEVEL% NEQ 0 ( "
|
||||
|
|
Loading…
Add table
Reference in a new issue