mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-09-29 01:45:50 +08:00
Update 90-footer
This commit is contained in:
parent
1ab1017b6a
commit
b18d97156b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue