diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-06-30 17:02:13 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-06-30 17:02:13 +0200 |
commit | 62765d042fe1b4a0131b67a6529401e01d0db0e0 (patch) | |
tree | 18331d03e88e75371d5f9bb507fd2a40caf95f39 /8-nginx.sh | |
parent | 0cd2d6f160faf45d872aa169ae7a1d93adffc114 (diff) | |
download | vyos-jenkins-62765d042fe1b4a0131b67a6529401e01d0db0e0.tar.gz vyos-jenkins-62765d042fe1b4a0131b67a6529401e01d0db0e0.zip |
moved automated scripts files into auto directory
Diffstat (limited to '8-nginx.sh')
-rwxr-xr-x | 8-nginx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env bash -source ./helper-logic +source ./auto/helper-logic # Clear the screen and print the header PrintHeader @@ -40,7 +40,7 @@ if [ -f /etc/nginx/sites-available/apt-mirror ]; then fi function CopyAvailableSiteFile { - cp install-files/nginx-site /etc/nginx/sites-available/apt-mirror + cp ./auto/nginx-site /etc/nginx/sites-available/apt-mirror } Run "CopyAvailableSiteFile" \ |