Skip to content

Commit e7f2a2b

Browse files
authored
Fix syntax error in chmod command (#9169)
1 parent da38469 commit e7f2a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/privatebin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function update_script() {
3939
mkdir -p /opt/privatebin/data
4040
mv /tmp/privatebin_conf.bak /opt/privatebin/cfg/conf.php
4141
chown -R www-data:www-data /opt/privatebin
42-
chmod -R 0755 /opt/privatebin/data}
42+
chmod -R 0755 /opt/privatebin/data
4343
systemctl reload nginx php8.2-fpm
4444
msg_ok "Configured ${APP}"
4545
msg_ok "Updated successfully!"

0 commit comments

Comments
 (0)