mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Remove incorrect and unused usermod command (#1073)
This commit is contained in:
parent
6ca140d842
commit
934a66c785
@ -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/nginx-default.conf" /etc/nginx/sites-available/default
|
||||||
sudo cp -f "$WEB_INSTALL_PATH/service-infra/502.html" /var/www/html/502.html
|
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_CERTS_PATH" "rascsi-web.crt"
|
||||||
deleteFile "$SSL_KEYS_PATH" "rascsi-web.key"
|
deleteFile "$SSL_KEYS_PATH" "rascsi-web.key"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user