Last change
on this file since 471 was 469, checked in by Sanahuja Guillaume, 3 years ago |
change all scripts to remove call to distribution_specific_hack, which is no longer necessary
|
File size:
294 bytes
|
Rev | Line | |
---|
[469] | 1 | #!/bin/bash
|
---|
[306] | 2 |
|
---|
[469] | 3 | function red_echo () {
|
---|
| 4 | echo -e "\033[33m$1\033[0m"
|
---|
| 5 | }
|
---|
[306] | 6 |
|
---|
| 7 |
|
---|
[469] | 8 | red_echo "Calling ubuntu_cgroup_hack.sh is no longer necessary; this script now does nothing"
|
---|
| 9 | red_echo "If you encounter problems running your program, call the ubuntu_cgroup_hack_compat.sh script and warn a Flair developer"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.