Skip to content

Commit

Permalink
Move chmod for CUPS_SERVERROOT outside if block
Browse files Browse the repository at this point in the history
  • Loading branch information
rudra-iitm committed Dec 18, 2024
1 parent 0e708fe commit 2430ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fi
CUPS_SERVERROOT="/etc/cups/ssl"
if [ ! -d "$CUPS_SERVERROOT" ]; then
mkdir -p "$CUPS_SERVERROOT"
chmod 755 "$CUPS_SERVERROOT"
fi
chmod 755 "$CUPS_SERVERROOT"

# Ensure /var/lib/hplip-printer-app directory exists
STATE_DIR="/var/lib/hplip-printer-app"
Expand Down

0 comments on commit 2430ba5

Please sign in to comment.