6 lines
120 B
Bash
Executable file
6 lines
120 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
FILE=$1
|
|
|
|
cp -fv $FILE -O /usr/share/custom/cockpit-branding/custom/back.png
|
|
cockpit-custom-refresh
|