4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
ln -sf /usr/local/foreman/bin/foreman /usr/bin/foreman
|