Skip to content

Commit

Permalink
fix: remove obsolete check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Apr 5, 2024
1 parent 22d0674 commit 3cd7bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/tests/test_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ verify_webserver_config() {
check_chmod_chown 644 root root "/etc/lighttpd" "lighttpd.conf"
check_chmod_chown 644 root root "/etc/lighttpd/conf-available" "15-fastcgi-php.conf"
check_chmod_chown 644 root root "/etc/php/${phpver}/cgi" "php.ini"
check_chmod_chown 440 root root "/etc/sudoers.d" "www-data"
check_file_contains_string "www-data" "/etc/sudoers.d/www-data"

# Bonus TODO: check that fastcgi and fastcgi-php mods are enabled
}

Expand Down

0 comments on commit 3cd7bca

Please sign in to comment.