mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-10 23:58:14 +01:00
Remove a pushd from the Shorewall6 installer
This commit is contained in:
parent
7b560eefe4
commit
7c8191ddae
@ -399,7 +399,7 @@ if [ -n "$PLAIN" ]; then
|
||||
mv -f $f ${f%.plain}
|
||||
done
|
||||
else
|
||||
pushd configfiles > /dev/null
|
||||
cd configfiles
|
||||
fi
|
||||
#
|
||||
# Install the init file
|
||||
|
Loading…
Reference in New Issue
Block a user