6 lines
121 B
Bash
Executable file
6 lines
121 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
URI=$1
|
|
|
|
sudo wget $URI -O /usr/share/custom/cockpit-branding/custom/back.png
|
|
cockpit-custom-refresh
|