mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
/opt/saltstack/salt/bin/python3 -m compileall -qq /opt/saltstack/salt/lib
|