*: snap: don't use SNAP_COMMON

This commit is contained in:
Andrey Meshkov 2020-04-24 01:15:53 +03:00
parent 314a0ca27b
commit 25361836bf

View File

@ -26,7 +26,7 @@ parts:
cp AdGuardHome ${SNAPCRAFT_PART_INSTALL}/
apps:
adguard-home:
command: AdGuardHome -c ${SNAP_COMMON}/AdGuardHome.yaml -w ${SNAP_DATA} --no-check-update
command: AdGuardHome -w ${SNAP_DATA} --no-check-update
plugs: [ network-bind ]
daemon: simple
restart-condition: always