LINUX.ORG.RU

История изменений

Исправление Xwo, (текущая версия) :

- evaluate 'if test -d /var/cache/apt/archives; then mkdir /home/user/archives1 2>/dev/null; fi'

out:

/home/user/media/source_code/bashible/hosts/desktop/services/system.yaml: line 13: syntax error near unexpected token `then'
 system.yaml  command 'evaluate if test -d /var/cache/apt/archives; then mkdir /home/user/archives1 2>/dev/null; fi' failed with exit code 1 (CWD is /home/user/media/source_code/bashible/hosts/desktop/services)

Исходная версия Xwo, :

- evaluate 'if test -d /var/cache/apt/archives; then mkdir /home/user/archives1 2>/dev/null; fi'

out:

 system.yaml  command 'evaluate if test -d /var/cache/apt/archives; then mkdir /home/user/archives1 2>/dev/null; fi' failed with exit code 1 (CWD is /home/user/media/source_code/bashible/hosts/desktop/services)