mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
[Aria2] Fix deleting ariang.zip
This commit is contained in:
parent
1907a7c760
commit
135f944d85
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ motd_ssh
|
||||||
customize
|
customize
|
||||||
|
|
||||||
msg_info "Cleaning up"
|
msg_info "Cleaning up"
|
||||||
rm /root/"$(ls -l /root | grep zip$ | awk '{print $9}')"
|
rm /root/ariang.zip
|
||||||
$STD apt-get autoremove
|
$STD apt-get autoremove
|
||||||
$STD apt-get autoclean
|
$STD apt-get autoclean
|
||||||
msg_ok "Cleaned"
|
msg_ok "Cleaned"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue