shipitjs/shipit

mv: illegal option -- T

Open

#173 geöffnet am 24. Jan. 2018

Auf GitHub ansehen
 (7 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (194 Forks)batch import
buggood first issuehelp wanted

Repository-Metriken

Stars
 (5.331 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

An error is produced on FreeBSD. It seems that FreeBSD does not have -T option for mv command. This option was introduced with shipit-deploy 2.5.0

'deploy:publish' errored after 553 ms
Error: Command failed: ssh user@server "cd /usr/home/…/nodejs && if [[ -d current && ! (-L current) ]]; then echo \"ERR: could not make symlink\"; else ln -nfs releases/20171204175536 current_tmp && mv -fT current_tmp current; fi"
mv: illegal option -- T
usage: mv [-f | -i | -n] [-hv] source target
       mv [-f | -i | -n] [-v] source ... directory

Contributor Guide