Skip to content

Commit

Permalink
scripts: change suffix from .olsr to .ff
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Dec 6, 2024
1 parent c9679b4 commit 49cdee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mass-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for FILE_PATH in $SORTED_FILES; do
echo "Nodename: $NODENAME"

# Build hostname
HOSTNAME="$NODENAME.olsr"
HOSTNAME="$NODENAME.ff"
echo "Hostname: $HOSTNAME"

# Check if hostname is reachable
Expand Down

0 comments on commit 49cdee1

Please sign in to comment.