misc changes
This commit is contained in:
parent
b5e636b4d7
commit
606de89b8c
@ -12,7 +12,6 @@
|
|||||||
SHOW_REGISTRATION_BUTTON = false;
|
SHOW_REGISTRATION_BUTTON = false;
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
};
|
};
|
||||||
settings.ui.DEFAULT_THEME = "arc-green";
|
|
||||||
settings.api.ENABLE_SWAGGER = false;
|
settings.api.ENABLE_SWAGGER = false;
|
||||||
settings.server = {
|
settings.server = {
|
||||||
DOMAIN = "git.beepboop.systems";
|
DOMAIN = "git.beepboop.systems";
|
||||||
|
@ -26,7 +26,7 @@ EOF
|
|||||||
"run-scrcpy")
|
"run-scrcpy")
|
||||||
while true; do
|
while true; do
|
||||||
if ! pkill -c scrcpy; then
|
if ! pkill -c scrcpy; then
|
||||||
nohup scrcpy --window-title="phonercon" > /dev/null &
|
nohup scrcpy -Sw --window-title="phonercon" > /dev/null &
|
||||||
sleep 1
|
sleep 1
|
||||||
num_jobs=$(jobs | wc -l)
|
num_jobs=$(jobs | wc -l)
|
||||||
if [ $num_jobs -gt 0 ]; then
|
if [ $num_jobs -gt 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user