Skip to content

Commit

Permalink
no longer use egrep in upgrade-swap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Jan 16, 2024
1 parent bfcf856 commit 1e38f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zz-devel/upgrade-swap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function status() {
systemctl is-enabled $service
done
echo '===== sitesettings configuration ====='
egrep '^(production_box)' $CONFIG
grep -E '^(production_box)' $CONFIG
echo '===== data space ====='
ls -l /nbhosting/current
}
Expand Down

0 comments on commit 1e38f9c

Please sign in to comment.