EmuDeck/functions/appImageInit.sh
2023-05-24 19:09:37 +02:00

7 lines
152 B
Bash

#!/bin/bash
appImageInit() {
if ! declare -p cloud_sync_status &>/dev/null && [ -f "$cloud_sync_bin" ]; then
setSetting cloud_sync_status true
fi
}