Skip to content

Commit

Permalink
Fix error creating folder if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Feb 8, 2024
1 parent 953491d commit 65f7029
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IMSProg_programmer/other/IMSProg_database_update
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
IMSPROG_DB_URL=https://antenna-dvb-t2.ru/dl_all/IMSProg.Dat
cd /tmp
wget ${IMSPROG_DB_URL}
cd /etc
mkdir -p ~/.local/share/imsprog/
file=~/.local/share/imsprog/IMSProg.Dat
oldsize=$(wc -c <"$file")
Expand Down

0 comments on commit 65f7029

Please sign in to comment.