Make spotify startup machine dependent

This commit is contained in:
2020-02-28 21:34:18 +01:00
parent 80021bad5b
commit aaabb6ee00
3 changed files with 5 additions and 1 deletions

View File

@@ -142,7 +142,9 @@ if [[ "${MACHINE_HAS_KEEPASSX}" == "true" ]] ; then
run keepassx keepassx --keyfile ~/.secret/main.key ~/.secret/main.kdbx
fi
run spotify spotify
if [[ "${MACHINE_HAS_SPOTIFY}" == "true" ]] ; then
run spotify spotify
fi
if [[ "${MACHINE_HAS_NEXTCLOUD}" == "true" ]] ; then
run nextcloud nextcloud