Skip to content

Commit cb519c8

Browse files
committed
Be sure to copy to dir
1 parent 658a3e5 commit cb519c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sudo apt-get install -y --allow-downgrades raspion --no-install-recommends >> $L
8787
echo "* Softwaregrundkonfiguration ..." | tee -a $LOG
8888
sudo usermod -a -G wireshark pi >> $LOG 2>&1
8989
sudo usermod -a -G www-data pi >> $LOG 2>&1
90-
sudo cp $WD/files/ntopng.conf /etc/ntopng >> $LOG 2>&1
90+
sudo cp $WD/files/ntopng.conf /etc/ntopng/ >> $LOG 2>&1
9191
sudo sed -i "s/^-m=#IPv4NET#/-m=$IPv4NET/" /etc/ntopng/ntopng.conf >> $LOG 2>&1
9292
sudo cp $WD/files/interfaces /etc/network >> $LOG 2>&1
9393
sudo sed -i "s/^ address #IPv4HOST#/ address $IPv4HOST/" /etc/network/interfaces >> $LOG 2>&1

0 commit comments

Comments
 (0)