Skip to content

Instantly share code, notes, and snippets.

@t0mll
t0mll / wpinstall.sh
Last active November 10, 2024 22:39
#!/bin/bash -e
clear
echo "============================================"
echo "Nginx configuration files"
echo "============================================"
# Check if the global directory exists
DIRECTORY="/etc/nginx/global"
if [ ! -d "$DIRECTORY" ]; then
# Create the directory