vds89

41_custom

Jan 2nd, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/sh
  2. cat <<EOF
  3. if [ -f \${config_directory}/custom.cfg ]; then
  4. source \${config_directory}/custom.cfg
  5. elif [ -z "\${config_directory}" -a -f \$prefix/custom.cfg ]; then
  6. source \$prefix/custom.cfg;
  7. fi
  8. EOF
Add Comment
Please, Sign In to add comment