mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-01-04 12:58:24 -05:00
8 lines
311 B
Bash
Executable File
8 lines
311 B
Bash
Executable File
#!/bin/bash
|
|
if [ ! -d /workspaces/NetAlertX/.devcontainer ]; then
|
|
echo ---------------------------------------------------
|
|
echo "This script may only be run inside a devcontainer."
|
|
echo "Not in a devcontainer, exiting..."
|
|
echo ---------------------------------------------------
|
|
exit 255
|
|
fi |