Revision 369cc155
Added by Scott Ullrich almost 15 years ago
usr/local/www/installer.php | ||
---|---|---|
91 | 91 |
# Optional Components |
92 | 92 |
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var |
93 | 93 |
|
94 |
# runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
|
|
94 |
# runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh ; cd / ; /usr/local/bin/after_installation_routines.sh
|
|
95 | 95 |
EOF; |
96 | 96 |
fwrite($fd, $config); |
97 | 97 |
fclose($fd); |
Also available in: Unified diff
chmod a+rx