We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658a3e5 commit cb519c8Copy full SHA for cb519c8
install.sh
@@ -87,7 +87,7 @@ sudo apt-get install -y --allow-downgrades raspion --no-install-recommends >> $L
87
echo "* Softwaregrundkonfiguration ..." | tee -a $LOG
88
sudo usermod -a -G wireshark pi >> $LOG 2>&1
89
sudo usermod -a -G www-data pi >> $LOG 2>&1
90
-sudo cp $WD/files/ntopng.conf /etc/ntopng >> $LOG 2>&1
+sudo cp $WD/files/ntopng.conf /etc/ntopng/ >> $LOG 2>&1
91
sudo sed -i "s/^-m=#IPv4NET#/-m=$IPv4NET/" /etc/ntopng/ntopng.conf >> $LOG 2>&1
92
sudo cp $WD/files/interfaces /etc/network >> $LOG 2>&1
93
sudo sed -i "s/^ address #IPv4HOST#/ address $IPv4HOST/" /etc/network/interfaces >> $LOG 2>&1
0 commit comments