Skip to content

Commit

Permalink
Removed useless touch call, directory only has to exist before tee
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Oct 21, 2023
1 parent a04d8dc commit 8706b0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ echo
# log output from every installing attempt aswell
LOGS_INSTALL_LOG_FILE_NAME=install-"$(date +"%d-%m-%Y-%H-%M-%S")".log
LOGS_INSTALL_LOG_FILE_PATH="$LOGS_DIR_PATH/$LOGS_INSTALL_LOG_FILE_NAME"
touch "$LOGS_INSTALL_LOG_FILE_PATH"

{
if [[ $(sudo apt-get install 2>/dev/null) ]]; then
Expand Down

0 comments on commit 8706b0a

Please sign in to comment.