Skip to content

Commit 30e0b2d

Browse files
authored
ntopng.conf did not move ...
1 parent 5943386 commit 30e0b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ sudo apt-get install -y --allow-downgrades raspion --no-install-recommends >> $L
8484
echo "* Softwaregrundkonfiguration ..." | tee -a $LOG
8585
sudo usermod -a -G wireshark pi >> $LOG 2>&1
8686
sudo usermod -a -G www-data pi >> $LOG 2>&1
87-
sudo cp $WD/files/ntopng.conf /etc/ >> $LOG 2>&1
88-
sudo sed -i "s/^-m=#IPv4NET#/-m=$IPv4NET/" /etc/ntopng.conf >> $LOG 2>&1
87+
sudo cp $WD/files/ntopng.conf /etc/ntopng >> $LOG 2>&1
88+
sudo sed -i "s/^-m=#IPv4NET#/-m=$IPv4NET/" /etc/ntopng/ntopng.conf >> $LOG 2>&1
8989
sudo cp $WD/files/interfaces /etc/network >> $LOG 2>&1
9090
sudo sed -i "s/^ address #IPv4HOST#/ address $IPv4HOST/" /etc/network/interfaces >> $LOG 2>&1
9191
sudo sed -i "s/^ address #IPv6HOST#/ address $IPv6HOST/" /etc/network/interfaces >> $LOG 2>&1

0 commit comments

Comments
 (0)