Skip to content

Commit

Permalink
10:46
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMekler committed Jan 6, 2025
1 parent 2303ada commit 2f9bf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finder-app/finder-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
NUMFILES=10
WRITESTR=AELD_IS_FUN
WRITEDIR=/tmp/assignment4-result.txt
username=$(cat conf/username.txt)
username=$(cat /home/dan/assignment-4-DanMekler/buildroot/output/target/etc/finder-app/conf/username.txt)

if [ $# -lt 3 ]
then
Expand All @@ -32,7 +32,7 @@ echo "Writing ${NUMFILES} files containing string ${WRITESTR} to ${WRITEDIR}"
rm -rf "${WRITEDIR}"

# create $WRITEDIR if not assignment1
assignment=`cat conf/assignment.txt`
assignment=`cat /home/dan/assignment-4-DanMekler/buildroot/output/target/etc/finder-app/conf/assignment.txt`

if [ $assignment != 'assignment1' ]
then
Expand Down

0 comments on commit 2f9bf8c

Please sign in to comment.