mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
refactor(posix): remove cd output redirects - it has no output
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ set -u
|
||||
__rmrf_local() {
|
||||
if [ -d "${HOME}/.local/opt" ]; then
|
||||
(
|
||||
cd "${HOME}/.local/opt" 2>&1 > /dev/null
|
||||
cd "${HOME}/.local/opt"
|
||||
rm -rf \
|
||||
arc \
|
||||
archiver \
|
||||
@@ -98,7 +98,7 @@ __rmrf_local() {
|
||||
#postgresql \
|
||||
)
|
||||
(
|
||||
cd "${HOME}/.local/bin" 2>&1 > /dev/null
|
||||
cd "${HOME}/.local/bin"
|
||||
rm -f \
|
||||
arc \
|
||||
archiver \
|
||||
|
||||
Reference in New Issue
Block a user