File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ sudo apt-get install -y --allow-downgrades raspion --no-install-recommends >> $L
8484echo " * Softwaregrundkonfiguration ..." | tee -a $LOG
8585sudo usermod -a -G wireshark pi >> $LOG 2>&1
8686sudo 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
8989sudo cp $WD /files/interfaces /etc/network >> $LOG 2>&1
9090sudo sed -i " s/^ address #IPv4HOST#/ address $IPv4HOST /" /etc/network/interfaces >> $LOG 2>&1
9191sudo sed -i " s/^ address #IPv6HOST#/ address $IPv6HOST /" /etc/network/interfaces >> $LOG 2>&1
You can’t perform that action at this time.
0 commit comments