Deleted Plugins Folder
-
I have accidentally deleted some files from the Plugins folder, is there a way to get these back?
Thanks -
This depends on how you downloaded fog in the past.
You could:
cp -r /path/to/fogproject/installation/packages/fog/lib/plugins/* /var/www/fog/lib/plugins/
Otherwise you could download it with:
git clone https://github.com/fogproject/fogproject cd fogproject/packages/web/lib cp -r plugins/* /var/www/fog/lib/plugins/