-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aaf186
commit 1df8abc
Showing
14 changed files
with
24 additions
and
32 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
root/etc/s6-overlay/s6-rc.d/init-airconnect/airconnect-setup.sh
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/with-contenv bash | ||
|
||
# Check for VAR - default, kill, custom | ||
if [ -z "$AIRUPNP_VAR" ]; then | ||
echo "No AIRUPNP_VAR present, continuing with standard airupnp launch variables" | ||
exec /bin/airupnp-linux-x86_64 -l 1000:2000 | ||
elif [ "$AIRUPNP_VAR" = "kill" ]; then | ||
echo "AIRUPNP_VAR set to kill, skipping airupnp service launch" | ||
else | ||
echo "AIRUPNP_VAR present, using custom user airupnp launch variables" | ||
exec /bin/airupnp-linux-x86_64 "$AIRUPNP_VAR" | ||
fi | ||
|
||
# Check for VAR - default, kill, custom | ||
if [ -z "$AIRCAST_VAR" ]; then | ||
echo "No AIRCAST_VAR present, continuing with standard aircast launch variables" | ||
exec /bin/aircast-linux-x86_64 | ||
elif [ "$AIRCAST_VAR" = "kill" ]; then | ||
echo "AIRCAST_VAR set to kill, skipping aircast service launch" | ||
else | ||
echo "AIRCAST_VAR present, using custom user aircast launch variables" | ||
exec /bin/aircast-linux-x86_64 "$AIRCAST_VAR" | ||
fi |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/etc/s6-overlay/s6-rc.d/svc-airconnect/run |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.