Skip to content

Commit

Permalink
add logic for scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth committed Mar 5, 2020
1 parent 0f82023 commit af2a621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ ls -l sfagent* checksum*
tar -zxvf sfagent*linux_$ARCH.tar.gz
mkdir -p $AGENTDIR
mkdir -p $AGENTDIR/mappings
mkdir -p $AGENTDIR/scripts
mv sfagent $AGENTDIR
mv mappings $AGENTDIR/.
mv scripts $AGENTDIR/.
mv config.yaml.sample $AGENTDIR/config.yaml

cat > /etc/systemd/system/sfagent-config.service <<EOF
Expand Down

0 comments on commit af2a621

Please sign in to comment.