Skip to content

Commit

Permalink
A Dynamic Collection of Shell Scripts with Educational Purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefacundes committed Feb 15, 2025
1 parent b9a44bb commit 9231899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/shell_utils_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ perform_update() {

# Restore local configurations if necessary
if [ -f "config.local.backup" ]; then
[[ -f "config.local" ]] && rm config.local
mv config.local.backup config.local
fi

Expand Down

0 comments on commit 9231899

Please sign in to comment.