Update 90-footer

This commit is contained in:
Molly Lau 2022-11-19 02:30:47 +09:00 committed by GitHub
parent 1ab1017b6a
commit b18d97156b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
UpdateLog="/var/log/packagesupdatefile.log"
if [[ -f "$UpdateLog" ]]; then
if [ -f "$UpdateLog" ]; then
rm -rf $UpdateLog
fi