#!/bin/bash # Step 12: Make log file appendable by the pi user step_12_log_permissions() { chmod 666 "$LOGFILE" log "Log $LOGFILE now appendable by $PI_USER" }