This commit is contained in:
Kristo Copani 2024-11-30 20:15:47 +02:00
parent 86cb62d67c
commit db724e0cb2
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ check_container_resources
msg_ok "Started Apache2"
msg_info "Cleaning up"
rm -rf /opt/FireflyIII-${RELEASE}.tar.gz
rm -rf /opt/FireflyIII-v${RELEASE}.tar.gz
msg_ok "Cleaned"
msg_ok "Updated Successfully"
else

View File

@ -99,7 +99,7 @@ motd_ssh
customize
msg_info "Cleaning up"
rm -rf /opt/FireflyIII-${RELEASE}.tar.gz
rm -rf /opt/FireflyIII-v${RELEASE}.tar.gz
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"