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