paragonie / airship

Secure Content Management for the Modern Web - "The sky is only the beginning"
https://cspr.ng
Other
418 stars 41 forks source link

PHP Warning: symlink(): File exists in /src/Installer/Commands.php on line 41 #174

Closed snassar closed 7 years ago

snassar commented 7 years ago

Summary

php src/Installer/launch.php reset shows a PHP warning. It is unclear if this affects the script.

Expected Outcome

A status message or no message.

What Actually Happened

Running php src/Installer/launch.php reset displays PHP Warning: symlink(): File exists in /home/snassar/Websites/airship.dev/src/Installer/Commands.php on line 41

Labels Requested

paragonie-scott commented 7 years ago

That's odd. It should be doing an if this exists and it isn't a symlink, delete it sort of strategy.