Skip to content

Commit

Permalink
Update ss-worker.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi committed Apr 26, 2023
1 parent b59753a commit 91ac5a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bash/ss-worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ fi
## THIS SNIPPET DOES NOT RELY ON SS-CONFIG OR SS-FUNCTIONS ##

## SNIPPET: ss-worker, ss core cron jobs
## UPDATED: 18OCT2022
## UPDATED: 26APR2023

## make directories ##
mkdir /var/www
Expand Down Expand Up @@ -353,6 +353,7 @@ mkdir /var/www/meta/assets
mkdir /var/www/meta/assets/images
mkdir /var/www/meta/timestamps
mkdir /var/www/sites
mkdir /var/www/sites/includes

## if staging enabled
if [[ "$STAGING_SITE" != "false" ]]; then
Expand Down Expand Up @@ -622,5 +623,6 @@ chmod 0700 /var/www/crons/custom/*cron* ## 0700 means only root/sudo can execute
## Ref: https://unix.stackexchange.com/questions/104881/remove-particular-characters-from-a-variable-using-bash
## Ref: https://unix.stackexchange.com/questions/257514/how-to-delete-the-rest-of-each-line-after-a-certain-pattern-or-a-string-in-a-fil
## Ref: https://stackoverflow.com/questions/8049132/how-can-i-detect-whether-a-symlink-is-broken-in-bash
## Ref: https://roots.io/trellis/docs/nginx-includes/

## SS_EOF

0 comments on commit 91ac5a6

Please sign in to comment.