We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chmod
CUPS_SERVERROOT
1 parent 0e708fe commit 2430ba5Copy full SHA for 2430ba5
scripts/start-server.sh
@@ -13,8 +13,8 @@ fi
13
CUPS_SERVERROOT="/etc/cups/ssl"
14
if [ ! -d "$CUPS_SERVERROOT" ]; then
15
mkdir -p "$CUPS_SERVERROOT"
16
- chmod 755 "$CUPS_SERVERROOT"
17
fi
+chmod 755 "$CUPS_SERVERROOT"
18
19
# Ensure /var/lib/hplip-printer-app directory exists
20
STATE_DIR="/var/lib/hplip-printer-app"
0 commit comments