Skip to content

Commit

Permalink
Be sure to copy to dir
Browse files Browse the repository at this point in the history
  • Loading branch information
psct committed Feb 15, 2023
1 parent 658a3e5 commit cb519c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sudo apt-get install -y --allow-downgrades raspion --no-install-recommends >> $L
echo "* Softwaregrundkonfiguration ..." | tee -a $LOG
sudo usermod -a -G wireshark pi >> $LOG 2>&1
sudo usermod -a -G www-data pi >> $LOG 2>&1
sudo cp $WD/files/ntopng.conf /etc/ntopng >> $LOG 2>&1
sudo cp $WD/files/ntopng.conf /etc/ntopng/ >> $LOG 2>&1
sudo sed -i "s/^-m=#IPv4NET#/-m=$IPv4NET/" /etc/ntopng/ntopng.conf >> $LOG 2>&1
sudo cp $WD/files/interfaces /etc/network >> $LOG 2>&1
sudo sed -i "s/^ address #IPv4HOST#/ address $IPv4HOST/" /etc/network/interfaces >> $LOG 2>&1
Expand Down

0 comments on commit cb519c8

Please sign in to comment.