projects
/
fai-configs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shopserver0d
[fai-configs.git]
/
class
/
10-base-classes
1
#! /bin/bash
2
3
# Echo architecture and OS name in uppercase. Do NOT remove these two lines.
4
uname -s | tr '[:lower:]' '[:upper:]'
5
[ -x "`which dpkg`" ] && dpkg --print-architecture | tr a-z A-Z
6
7
[ -f /etc/RUNNING_FROM_FAICD ] && echo "FAICD"
8
exit 0