Revision 5185f38b
Added by Julien Enselme almost 11 years ago
bin/scripts-config.sh | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
|
3 |
# This script contains all the variables that are required to execute other scrits |
|
4 |
# (database server, backup directories,…). It is design to make other scripts |
|
5 |
# indendant of the current configuration and to change it without editing them. |
|
6 |
# *These variables must be used in scirpts* |
|
7 |
|
|
3 | 8 |
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/users/guest/assos/bin |
4 | 9 |
PATH=$PATH:/usr/guest/assos/bin |
5 | 10 |
|
Also available in: Unified diff
Publication des scrits
Les scripts n'ont plus besion de page de wiki dédiée. La descrition est dans le script.