Skip to content

Commit

Permalink
fixing small bug in install.sh about rc directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Oct 19, 2023
1 parent 46ef576 commit b2d62a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ run 'chown cowrie:cowrie ${COWRIEDIR}/log'
run 'mkdir -p ${COWRIEDIR}/log/tty'
run 'chmod 755 ${COWRIEDIR}/log/tty'
run 'chown cowrie:cowrie ${COWRIEDIR}/log/tty'
[ -d /etc/rc?.d ] && find /etc/rc?.d -name '*cowrie*' -delete
find /etc/rc?.d -name '*cowrie*' -delete
run 'systemctl daemon-reload'
run 'systemctl enable cowrie.service'

Expand Down

0 comments on commit b2d62a6

Please sign in to comment.