9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
mkdir -p /var/lib/beegfs/client/
|
|
touch /var/lib/beegfs/client/force-auto-build
|
|
|
|
#DEBHELPER#
|