mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 20:22:12 +02:00
Correct syntax error in Shorewall6-lite install.sh:
This commit is contained in:
parent
ab8951f9d8
commit
5ae9bd0d84
@ -302,7 +302,7 @@ fi
|
|||||||
for f in modules.*; do
|
for f in modules.*; do
|
||||||
run_install $OWNERSHIP -m 0644 $f ${DESTDIR}/usr/share/shorewall6-lite/$f
|
run_install $OWNERSHIP -m 0644 $f ${DESTDIR}/usr/share/shorewall6-lite/$f
|
||||||
echo "Modules file $f installed as ${DESTDIR}/usr/share/shorewall6-lite/$f"
|
echo "Modules file $f installed as ${DESTDIR}/usr/share/shorewall6-lite/$f"
|
||||||
fi
|
done
|
||||||
|
|
||||||
if [ -d manpages ]; then
|
if [ -d manpages ]; then
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user