mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 09:34:23 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/bash
|
|
|
|
INSTALLED=$1
|
|
if [[ "--install" == $INSTALLED ]]; then exit 0; fi |