8 lines
226 B
Bash
Executable File
8 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
echo "=== Port 3030 User ==="
|
|
sudo ss -tulpn | grep 3030
|
|
|
|
echo "=== Change Port and Fix ==="
|
|
# Prevent auto-execution of this part until confirmed, but the script puts it all together.
|
|
# I will use separate steps.
|