diff options
author | Himbeer <himbeerserverde@gmail.com> | 2024-02-17 18:35:38 +0100 |
---|---|---|
committer | Himbeer <himbeerserverde@gmail.com> | 2024-02-17 18:35:38 +0100 |
commit | df8e2551c95c0107f336e6ab040cdb917414249b (patch) | |
tree | 1418c11597048a7a142a98ebecb8ceb99c4dedf5 /install.sh | |
parent | e28a8c7d807b0dc5ce4adcfcc11ed78e546b2a6d (diff) |
use FILES variable directly in install.sh and uninstall.sh scripts
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ source /srv/www/lib.sh -FILES=`get_files` for FILE in ${FILES}; do ln -sf "/srv/www/sys/${FILE}" "/${FILE}" done |