diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-01-19 05:00:02 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-01-19 05:00:02 -0800 |
commit | 0cc693be4967215859460dcf673c4a7874069538 (patch) | |
tree | 8bf7a8dac69af4a01fad03c2410547eeac3f8602 /sh | |
parent | c1b7b022611bca8c470c2ebc3678675a436390f3 (diff) |
clean unnecessary space
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/mpra | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,8 +68,8 @@ if [ "$copy" ]; then # it as default. sudo mkdir /var/lib/mpra fi - # now only xyzinsp computer need this, but in the future maybe consider - # following fly/os/any like naming conventions for different repo and - # architecture. + # now only xyzinsp computer need this, but in the future maybe consider + # following fly/os/any like naming conventions for different repo and + # architecture. sudo rsync -vPrlu --delete ../repo/ /var/lib/mpra fi |