mirror of https://github.com/docker/docs.git
Fixing upgrade from 0.2.3 -> 0.3.0
This commit is contained in:
parent
a98116b803
commit
395221916f
|
@ -70,6 +70,7 @@ Router.map(function () {
|
|||
// There's an install but it's lower than the current version, re-run as an 'update'.
|
||||
Session.set('isUpdating', true);
|
||||
}
|
||||
Session.set('installing', true);
|
||||
this.redirect('/setup/intro');
|
||||
} else {
|
||||
this.redirect('/apps');
|
||||
|
|
|
@ -56,8 +56,6 @@ cp -v resources/* dist/osx/$DIST_APP/Contents/Resources/app/resources/ || :
|
|||
cecho "-----> Copying icon to $DIST_APP" $blue
|
||||
cp kitematic.icns dist/osx/$DIST_APP/Contents/Resources/atom.icns
|
||||
|
||||
chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/$BOOT2DOCKER_CLI_FILE
|
||||
chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/$COCOASUDO_FILE
|
||||
chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/install
|
||||
chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/terminal
|
||||
chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/unison
|
||||
|
|
Loading…
Reference in New Issue