Skip to content

Commit

Permalink
Remove incorrect and unused usermod command (PiSCSI#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 21, 2023
1 parent 6ca140d commit 934a66c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions easyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ function installPiscsiWebInterface() {
sudo cp -f "$WEB_INSTALL_PATH/service-infra/nginx-default.conf" /etc/nginx/sites-available/default
sudo cp -f "$WEB_INSTALL_PATH/service-infra/502.html" /var/www/html/502.html

sudo usermod -a -G $USER www-data

deleteFile "$SSL_CERTS_PATH" "rascsi-web.crt"
deleteFile "$SSL_KEYS_PATH" "rascsi-web.key"

Expand Down

0 comments on commit 934a66c

Please sign in to comment.