Loading src/disk.sh +0 −1 Original line number Diff line number Diff line Loading @@ -688,7 +688,6 @@ fi [ -z "$DEVICE5" ] && [ -b "/dev/disk5" ] && DEVICE4="/dev/disk5" [ -z "$DEVICE6" ] && [ -b "/dev/disk6" ] && DEVICE4="/dev/disk6" if [ -n "$DEVICE" ]; then addDevice "$DEVICE" "$DISK_TYPE" "3" "0xa" || exit $? else Loading src/reset.sh +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ if [[ "${WEB:-}" != [Nn]* ]]; then fi sed -i "s/listen 8006 default_server;/listen $WEB_PORT default_server;/g" /etc/nginx/sites-enabled/web.conf sed -i "s/proxy_pass http://127.0.0.1:5700/;/proxy_pass http://127.0.0.1:$WSS_PORT/;/g" /etc/nginx/sites-enabled/web.conf sed -i "s/proxy_pass http:\/\/127.0.0.1:5700\/;/proxy_pass http:\/\/127.0.0.1:$WSS_PORT\/;/g" /etc/nginx/sites-enabled/web.conf # shellcheck disable=SC2143 if [ -f /proc/net/if_inet6 ] && [ -n "$(ifconfig -a | grep inet6)" ]; then Loading Loading
src/disk.sh +0 −1 Original line number Diff line number Diff line Loading @@ -688,7 +688,6 @@ fi [ -z "$DEVICE5" ] && [ -b "/dev/disk5" ] && DEVICE4="/dev/disk5" [ -z "$DEVICE6" ] && [ -b "/dev/disk6" ] && DEVICE4="/dev/disk6" if [ -n "$DEVICE" ]; then addDevice "$DEVICE" "$DISK_TYPE" "3" "0xa" || exit $? else Loading
src/reset.sh +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ if [[ "${WEB:-}" != [Nn]* ]]; then fi sed -i "s/listen 8006 default_server;/listen $WEB_PORT default_server;/g" /etc/nginx/sites-enabled/web.conf sed -i "s/proxy_pass http://127.0.0.1:5700/;/proxy_pass http://127.0.0.1:$WSS_PORT/;/g" /etc/nginx/sites-enabled/web.conf sed -i "s/proxy_pass http:\/\/127.0.0.1:5700\/;/proxy_pass http:\/\/127.0.0.1:$WSS_PORT\/;/g" /etc/nginx/sites-enabled/web.conf # shellcheck disable=SC2143 if [ -f /proc/net/if_inet6 ] && [ -n "$(ifconfig -a | grep inet6)" ]; then Loading