Skip to content

Commit 2430ba5

Browse files
committed
Move chmod for CUPS_SERVERROOT outside if block
1 parent 0e708fe commit 2430ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-server.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fi
1313
CUPS_SERVERROOT="/etc/cups/ssl"
1414
if [ ! -d "$CUPS_SERVERROOT" ]; then
1515
mkdir -p "$CUPS_SERVERROOT"
16-
chmod 755 "$CUPS_SERVERROOT"
1716
fi
17+
chmod 755 "$CUPS_SERVERROOT"
1818

1919
# Ensure /var/lib/hplip-printer-app directory exists
2020
STATE_DIR="/var/lib/hplip-printer-app"

0 commit comments

Comments
 (0)