5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh -eu
|
|
|
|
echo "Make OpenRC script executable..."
|
|
chmod 755 "${DESTDIR}${1}/tufmanager"
|